Html Css Color HEX #BCD118 Rio Grande

📋 copy color: '#BCD118'

red 188 ◦ green 209 ◦ blue 24

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

Shades of Rio Grande #BCD118

Tints of Rio Grande #BCD118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 44.66%
G = 49.64%
B = 5.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BCD118 (or 0xBCD118) is known color: Rio Grande. HEX triplet: BC, D1 and 18. RGB value is (188,209,24). Sum of RGB (Red+Green+Blue) = 188+209+24=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD118 is #432EE7. Grayscale: #B6B6B6. Windows color (decimal): -4402920 or 1626556. OLE color: 1626556.

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

Color convert

RGB 188 209 24 -
CMYK 0.10 0 0.89 0.18
HSL 66.81º 0.79% 0.46% -
HSV(B) 66.81º 0.89% 0.82% -
XYZ 43.7 56.36 9.44 -
YUV 181.63 39.04 132.54 -
System Red Green Blue C M Y K H S L
Decimal 188 209 24 0.10 0 0.89 0.18 66.81 0.79 0.46
Hex BC D1 18 A 0 59 12 43 4F 2E
Octal 274 321 30 12 0 131 22 103 117 56
Binary 10111100 11010001 11000 1010 0 1011001 10010 1000011 1001111 101110

Color Harmonies of #BCD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD118

Black with #BCD118

Text Example


Text Example

White with #BCD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD118; }

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

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

background-color css

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

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

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

border-color css

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

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

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