Html Css Color HEX #BCB924 Rio Grande

📋 copy color: '#BCB924'

red 188 ◦ green 185 ◦ blue 36

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

Shades of Rio Grande #BCB924

Tints of Rio Grande #BCB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

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

R = 45.97%
G = 45.23%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB924 (or 0xBCB924) is known color: Rio Grande. HEX triplet: BC, B9 and 24. RGB value is (188,185,36). Sum of RGB (Red+Green+Blue) = 188+185+36=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB924 is #4346DB. Grayscale: #A9A9A9. Windows color (decimal): -4409052 or 2406844. OLE color: 2406844.

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

Color convert

RGB 188 185 36 -
CMYK 0 0.02 0.81 0.26
HSL 58.82º 0.68% 0.44% -
HSV(B) 58.82º 0.81% 0.74% -
XYZ 38.41 45.52 8.43 -
YUV 168.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 188 185 36 0 0.02 0.81 0.26 58.82 0.68 0.44
Hex BC B9 24 0 2 51 1A 3B 44 2C
Octal 274 271 44 0 2 121 32 73 104 54
Binary 10111100 10111001 100100 0 10 1010001 11010 111011 1000100 101100

Color Harmonies of #BCB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB924

Black with #BCB924

Text Example


Text Example

White with #BCB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB924; }

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

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

background-color css

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

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

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

border-color css

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

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

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