Html Css Color HEX #BCCC24 Rio Grande

📋 copy color: '#BCCC24'

red 188 ◦ green 204 ◦ blue 36

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

Shades of Rio Grande #BCCC24

Tints of Rio Grande #BCCC24

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

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

R = 43.93%
G = 47.66%
B = 8.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#BCCC24 (or 0xBCCC24) is known color: Rio Grande. HEX triplet: BC, CC and 24. RGB value is (188,204,36). Sum of RGB (Red+Green+Blue) = 188+204+36=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC24 is #4333DB. Grayscale: #B4B4B4. Windows color (decimal): -4404188 or 2411708. OLE color: 2411708.

HSL color Cylindrical-coordinate representation of color #BCCC24: hue angle of 65.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCCC24 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 36 -
CMYK 0.08 0 0.82 0.2
HSL 65.71º 0.7% 0.47% -
HSV(B) 65.71º 0.82% 0.8% -
XYZ 42.65 54 9.85 -
YUV 180.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 188 204 36 0.08 0 0.82 0.2 65.71 0.7 0.47
Hex BC CC 24 8 0 52 14 42 46 2F
Octal 274 314 44 10 0 122 24 102 106 57
Binary 10111100 11001100 100100 1000 0 1010010 10100 1000010 1000110 101111

Color Harmonies of #BCCC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC24

Black with #BCCC24

Text Example


Text Example

White with #BCCC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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