Html Css Color HEX #BCCB11 Rio Grande

📋 copy color: '#BCCB11'

red 188 ◦ green 203 ◦ blue 17

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

Shades of Rio Grande #BCCB11

Tints of Rio Grande #BCCB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.75%

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

R = 46.08%
G = 49.75%
B = 4.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#BCCB11 (or 0xBCCB11) is known color: Rio Grande. HEX triplet: BC, CB and 11. RGB value is (188,203,17). Sum of RGB (Red+Green+Blue) = 188+203+17=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB11 is #4334EE. Grayscale: #B2B2B2. Windows color (decimal): -4404463 or 1166268. OLE color: 1166268.

HSL color Cylindrical-coordinate representation of color #BCCB11: hue angle of 64.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCCB11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 17 -
CMYK 0.07 0 0.92 0.20
HSL 64.84º 0.85% 0.43% -
HSV(B) 64.84º 0.92% 0.8% -
XYZ 42.2 53.44 8.62 -
YUV 177.31 37.53 135.62 -
System Red Green Blue C M Y K H S L
Decimal 188 203 17 0.07 0 0.92 0.20 64.84 0.85 0.43
Hex BC CB 11 7 0 5C 14 41 55 2B
Octal 274 313 21 7 0 134 24 101 125 53
Binary 10111100 11001011 10001 111 0 1011100 10100 1000001 1010101 101011

Color Harmonies of #BCCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB11

Black with #BCCB11

Text Example


Text Example

White with #BCCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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