Html Css Color HEX #BDBB23 Rio Grande

📋 copy color: '#BDBB23'

red 189 ◦ green 187 ◦ blue 35

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

Shades of Rio Grande #BDBB23

Tints of Rio Grande #BDBB23

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.5%

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

R = 45.99%
G = 45.5%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDBB23 (or 0xBDBB23) is known color: Rio Grande. HEX triplet: BD, BB and 23. RGB value is (189,187,35). Sum of RGB (Red+Green+Blue) = 189+187+35=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB23 is #4244DC. Grayscale: #AAAAAA. Windows color (decimal): -4343005 or 2341821. OLE color: 2341821.

HSL color Cylindrical-coordinate representation of color #BDBB23: hue angle of 59.22º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDBB23 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 35 -
CMYK 0 0.01 0.81 0.26
HSL 59.22º 0.69% 0.44% -
HSV(B) 59.22º 0.81% 0.74% -
XYZ 39.06 46.48 8.5 -
YUV 170.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 189 187 35 0 0.01 0.81 0.26 59.22 0.69 0.44
Hex BD BB 23 0 1 51 1A 3B 45 2C
Octal 275 273 43 0 1 121 32 73 105 54
Binary 10111101 10111011 100011 0 1 1010001 11010 111011 1000101 101100

Color Harmonies of #BDBB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB23

Black with #BDBB23

Text Example


Text Example

White with #BDBB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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