Html Css Color HEX #BCCE18 Rio Grande

📋 copy color: '#BCCE18'

red 188 ◦ green 206 ◦ blue 24

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

Shades of Rio Grande #BCCE18

Tints of Rio Grande #BCCE18

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.28%

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

R = 44.98%
G = 49.28%
B = 5.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BCCE18 (or 0xBCCE18) is known color: Rio Grande. HEX triplet: BC, CE and 18. RGB value is (188,206,24). Sum of RGB (Red+Green+Blue) = 188+206+24=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE18 is #4331E7. Grayscale: #B4B4B4. Windows color (decimal): -4403688 or 1625788. OLE color: 1625788.

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

Color convert

RGB 188 206 24 -
CMYK 0.09 0 0.88 0.19
HSL 65.93º 0.79% 0.45% -
HSV(B) 65.93º 0.88% 0.81% -
XYZ 42.98 54.9 9.2 -
YUV 179.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 188 206 24 0.09 0 0.88 0.19 65.93 0.79 0.45
Hex BC CE 18 9 0 58 13 42 4F 2D
Octal 274 316 30 11 0 130 23 102 117 55
Binary 10111100 11001110 11000 1001 0 1011000 10011 1000010 1001111 101101

Color Harmonies of #BCCE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE18

Black with #BCCE18

Text Example


Text Example

White with #BCCE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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