Html Css Color HEX #BCCC18 Rio Grande

📋 copy color: '#BCCC18'

red 188 ◦ green 204 ◦ blue 24

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

Shades of Rio Grande #BCCC18

Tints of Rio Grande #BCCC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.77%

R = 45.19%
G = 49.04%
B = 5.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#BCCC18 (or 0xBCCC18) is known color: Rio Grande. HEX triplet: BC, CC and 18. RGB value is (188,204,24). Sum of RGB (Red+Green+Blue) = 188+204+24=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC18 is #4333E7. Grayscale: #B3B3B3. Windows color (decimal): -4404200 or 1625276. OLE color: 1625276.

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

Color convert

RGB 188 204 24 -
CMYK 0.08 0 0.88 0.2
HSL 65.33º 0.79% 0.45% -
HSV(B) 65.33º 0.88% 0.8% -
XYZ 42.5 53.94 9.04 -
YUV 178.7 40.7 134.64 -
System Red Green Blue C M Y K H S L
Decimal 188 204 24 0.08 0 0.88 0.2 65.33 0.79 0.45
Hex BC CC 18 8 0 58 14 41 4F 2D
Octal 274 314 30 10 0 130 24 101 117 55
Binary 10111100 11001100 11000 1000 0 1011000 10100 1000001 1001111 101101

Color Harmonies of #BCCC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC18

Black with #BCCC18

Text Example


Text Example

White with #BCCC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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