Html Css Color HEX #BCCE11 Rio Grande

📋 copy color: '#BCCE11'

red 188 ◦ green 206 ◦ blue 17

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

Shades of Rio Grande #BCCE11

Tints of Rio Grande #BCCE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.14%

R = 45.74%
G = 50.12%
B = 4.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BCCE11 (or 0xBCCE11) is known color: Rio Grande. HEX triplet: BC, CE and 11. RGB value is (188,206,17). Sum of RGB (Red+Green+Blue) = 188+206+17=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE11 is #4331EE. Grayscale: #B3B3B3. Windows color (decimal): -4403695 or 1167036. OLE color: 1167036.

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

Color convert

RGB 188 206 17 -
CMYK 0.09 0 0.92 0.19
HSL 65.71º 0.85% 0.44% -
HSV(B) 65.71º 0.92% 0.81% -
XYZ 42.91 54.87 8.86 -
YUV 179.07 36.54 134.37 -
System Red Green Blue C M Y K H S L
Decimal 188 206 17 0.09 0 0.92 0.19 65.71 0.85 0.44
Hex BC CE 11 9 0 5C 13 42 55 2C
Octal 274 316 21 11 0 134 23 102 125 54
Binary 10111100 11001110 10001 1001 0 1011100 10011 1000010 1010101 101100

Color Harmonies of #BCCE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE11

Black with #BCCE11

Text Example


Text Example

White with #BCCE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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