Html Css Color HEX #BDC323 Rio Grande

📋 copy color: '#BDC323'

red 189 ◦ green 195 ◦ blue 35

#BDC323
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDC323

Tints of Rio Grande #BDC323

RGB

 RED value IS 189 (74.22% from 255) = 45.11%

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 35 (14.06% from 255) = 8.35%

R = 45.11%
G = 46.54%
B = 8.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC323 (or 0xBDC323) is known color: Rio Grande. HEX triplet: BD, C3 and 23. RGB value is (189,195,35). Sum of RGB (Red+Green+Blue) = 189+195+35=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC323 is #423CDC. Grayscale: #AFAFAF. Windows color (decimal): -4340957 or 2343869. OLE color: 2343869.

HSL color Cylindrical-coordinate representation of color #BDC323: hue angle of 62.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC323 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 35 -
CMYK 0.03 0 0.82 0.24
HSL 62.25º 0.7% 0.45% -
HSV(B) 62.25º 0.82% 0.76% -
XYZ 40.8 49.97 9.08 -
YUV 174.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 189 195 35 0.03 0 0.82 0.24 62.25 0.7 0.45
Hex BD C3 23 3 0 52 18 3E 46 2D
Octal 275 303 43 3 0 122 30 76 106 55
Binary 10111101 11000011 100011 11 0 1010010 11000 111110 1000110 101101

Color Harmonies of #BDC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC323

Black with #BDC323

Text Example


Text Example

White with #BDC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC323; }

 p { color: rgb(189,195,35); }

 H1.HeaderClassName
 {
   color: #BDC323;
 }
 .AnyTagClassName
 {
   color: #BDC323;
 }
</style>

background-color css

<style>
 a { background-color: #BDC323; }

 a { background-color: rgb(189,195,35); }

 div.DivClassName
 {
   background-color: #BDC323;
 }
 .BgClassName
 {
   background-color: #BDC323;
 }
</style>

border-color css

<style>
 span { border-color: #BDC323; }

 span { border-color: rgb(189,195,35); }

 td.TdClassName
 {
   border-color: #BDC323;
 }
 .TagClassName
 {
   border-color: #BDC323;
 }
</style>