Html Css Color HEX #BCD011 Rio Grande

📋 copy color: '#BCD011'

red 188 ◦ green 208 ◦ blue 17

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

Shades of Rio Grande #BCD011

Tints of Rio Grande #BCD011

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

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

R = 45.52%
G = 50.36%
B = 4.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BCD011 (or 0xBCD011) is known color: Rio Grande. HEX triplet: BC, D0 and 11. RGB value is (188,208,17). Sum of RGB (Red+Green+Blue) = 188+208+17=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD011 is #432FEE. Grayscale: #B4B4B4. Windows color (decimal): -4403183 or 1167548. OLE color: 1167548.

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

Color convert

RGB 188 208 17 -
CMYK 0.10 0 0.92 0.18
HSL 66.28º 0.85% 0.44% -
HSV(B) 66.28º 0.92% 0.82% -
XYZ 43.4 55.84 9.02 -
YUV 180.25 35.87 133.53 -
System Red Green Blue C M Y K H S L
Decimal 188 208 17 0.10 0 0.92 0.18 66.28 0.85 0.44
Hex BC D0 11 A 0 5C 12 42 55 2C
Octal 274 320 21 12 0 134 22 102 125 54
Binary 10111100 11010000 10001 1010 0 1011100 10010 1000010 1010101 101100

Color Harmonies of #BCD011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD011

Black with #BCD011

Text Example


Text Example

White with #BCD011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD011; }

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

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

background-color css

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

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

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

border-color css

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

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

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