Html Css Color HEX #BCD11C Rio Grande

📋 copy color: '#BCD11C'

red 188 ◦ green 209 ◦ blue 28

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

Shades of Rio Grande #BCD11C

Tints of Rio Grande #BCD11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.18%

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 44.24%
G = 49.18%
B = 6.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BCD11C (or 0xBCD11C) is known color: Rio Grande. HEX triplet: BC, D1 and 1C. RGB value is (188,209,28). Sum of RGB (Red+Green+Blue) = 188+209+28=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD11C is #432EE3. Grayscale: #B6B6B6. Windows color (decimal): -4402916 or 1888700. OLE color: 1888700.

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

Color convert

RGB 188 209 28 -
CMYK 0.10 0 0.87 0.18
HSL 66.96º 0.76% 0.46% -
HSV(B) 66.96º 0.87% 0.82% -
XYZ 43.75 56.38 9.67 -
YUV 182.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 188 209 28 0.10 0 0.87 0.18 66.96 0.76 0.46
Hex BC D1 1C A 0 57 12 43 4C 2E
Octal 274 321 34 12 0 127 22 103 114 56
Binary 10111100 11010001 11100 1010 0 1010111 10010 1000011 1001100 101110

Color Harmonies of #BCD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD11C

Black with #BCD11C

Text Example


Text Example

White with #BCD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD11C; }

 p { color: rgb(188,209,28); }

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

background-color css

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

 a { background-color: rgb(188,209,28); }

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

border-color css

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

 span { border-color: rgb(188,209,28); }

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