Html Css Color HEX #BCBD24 Rio Grande

📋 copy color: '#BCBD24'

red 188 ◦ green 189 ◦ blue 36

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

Shades of Rio Grande #BCBD24

Tints of Rio Grande #BCBD24

RGB

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

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

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

R = 45.52%
G = 45.76%
B = 8.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCBD24 (or 0xBCBD24) is known color: Rio Grande. HEX triplet: BC, BD and 24. RGB value is (188,189,36). Sum of RGB (Red+Green+Blue) = 188+189+36=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD24 is #4342DB. Grayscale: #ABABAB. Windows color (decimal): -4408028 or 2407868. OLE color: 2407868.

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

Color convert

RGB 188 189 36 -
CMYK 0.01 0 0.81 0.26
HSL 60.39º 0.68% 0.44% -
HSV(B) 60.39º 0.81% 0.74% -
XYZ 39.26 47.21 8.71 -
YUV 171.26 51.67 139.94 -
System Red Green Blue C M Y K H S L
Decimal 188 189 36 0.01 0 0.81 0.26 60.39 0.68 0.44
Hex BC BD 24 1 0 51 1A 3C 44 2C
Octal 274 275 44 1 0 121 32 74 104 54
Binary 10111100 10111101 100100 1 0 1010001 11010 111100 1000100 101100

Color Harmonies of #BCBD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD24

Black with #BCBD24

Text Example


Text Example

White with #BCBD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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