Html Css Color HEX #BDBB25 Rio Grande

📋 copy color: '#BDBB25'

red 189 ◦ green 187 ◦ blue 37

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

Shades of Rio Grande #BDBB25

Tints of Rio Grande #BDBB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 45.76%
G = 45.28%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDBB25 (or 0xBDBB25) is known color: Rio Grande. HEX triplet: BD, BB and 25. RGB value is (189,187,37). Sum of RGB (Red+Green+Blue) = 189+187+37=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB25 is #4244DA. Grayscale: #ABABAB. Windows color (decimal): -4343003 or 2472893. OLE color: 2472893.

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

Color convert

RGB 189 187 37 -
CMYK 0 0.01 0.80 0.26
HSL 59.21º 0.67% 0.44% -
HSV(B) 59.21º 0.8% 0.74% -
XYZ 39.09 46.49 8.66 -
YUV 170.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 189 187 37 0 0.01 0.80 0.26 59.21 0.67 0.44
Hex BD BB 25 0 1 50 1A 3B 43 2C
Octal 275 273 45 0 1 120 32 73 103 54
Binary 10111101 10111011 100101 0 1 1010000 11010 111011 1000011 101100

Color Harmonies of #BDBB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB25

Black with #BDBB25

Text Example


Text Example

White with #BDBB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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