Html Css Color HEX #BCBB24 Rio Grande

📋 copy color: '#BCBB24'

red 188 ◦ green 187 ◦ blue 36

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

Shades of Rio Grande #BCBB24

Tints of Rio Grande #BCBB24

RGB

 RED value IS 188 (73.83% from 255) = 45.74%

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

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 45.74%
G = 45.5%
B = 8.76%

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

#BCBB24 (or 0xBCBB24) is known color: Rio Grande. HEX triplet: BC, BB and 24. RGB value is (188,187,36). Sum of RGB (Red+Green+Blue) = 188+187+36=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB24 is #4344DB. Grayscale: #AAAAAA. Windows color (decimal): -4408540 or 2407356. OLE color: 2407356.

HSL color Cylindrical-coordinate representation of color #BCBB24: hue angle of 59.61º degrees, saturation: 0.68, 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 #BCBB24 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 36 -
CMYK 0 0.01 0.81 0.26
HSL 59.61º 0.68% 0.44% -
HSV(B) 59.61º 0.81% 0.74% -
XYZ 38.83 46.36 8.57 -
YUV 170.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 188 187 36 0 0.01 0.81 0.26 59.61 0.68 0.44
Hex BC BB 24 0 1 51 1A 3C 44 2C
Octal 274 273 44 0 1 121 32 74 104 54
Binary 10111100 10111011 100100 0 1 1010001 11010 111100 1000100 101100

Color Harmonies of #BCBB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB24

Black with #BCBB24

Text Example


Text Example

White with #BCBB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB24; }

 p { color: rgb(188,187,36); }

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

background-color css

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

 a { background-color: rgb(188,187,36); }

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

border-color css

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

 span { border-color: rgb(188,187,36); }

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