Html Css Color HEX #BCD115 Rio Grande

📋 copy color: '#BCD115'

red 188 ◦ green 209 ◦ blue 21

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

Shades of Rio Grande #BCD115

Tints of Rio Grande #BCD115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 44.98%
G = 50%
B = 5.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BCD115 (or 0xBCD115) is known color: Rio Grande. HEX triplet: BC, D1 and 15. RGB value is (188,209,21). Sum of RGB (Red+Green+Blue) = 188+209+21=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD115 is #432EEA. Grayscale: #B6B6B6. Windows color (decimal): -4402923 or 1429948. OLE color: 1429948.

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

Color convert

RGB 188 209 21 -
CMYK 0.10 0 0.90 0.18
HSL 66.7º 0.82% 0.45% -
HSV(B) 66.7º 0.9% 0.82% -
XYZ 43.67 56.35 9.28 -
YUV 181.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 188 209 21 0.10 0 0.90 0.18 66.7 0.82 0.45
Hex BC D1 15 A 0 5A 12 43 52 2D
Octal 274 321 25 12 0 132 22 103 122 55
Binary 10111100 11010001 10101 1010 0 1011010 10010 1000011 1010010 101101

Color Harmonies of #BCD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD115

Black with #BCD115

Text Example


Text Example

White with #BCD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD115; }

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

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

background-color css

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

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

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

border-color css

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

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

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