Html Css Color HEX #BCD018 Rio Grande

📋 copy color: '#BCD018'

red 188 ◦ green 208 ◦ blue 24

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

Shades of Rio Grande #BCD018

Tints of Rio Grande #BCD018

RGB

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

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

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

R = 44.76%
G = 49.52%
B = 5.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BCD018 (or 0xBCD018) is known color: Rio Grande. HEX triplet: BC, D0 and 18. RGB value is (188,208,24). Sum of RGB (Red+Green+Blue) = 188+208+24=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD018 is #432FE7. Grayscale: #B5B5B5. Windows color (decimal): -4403176 or 1626300. OLE color: 1626300.

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

Color convert

RGB 188 208 24 -
CMYK 0.10 0 0.88 0.18
HSL 66.52º 0.79% 0.45% -
HSV(B) 66.52º 0.88% 0.82% -
XYZ 43.46 55.87 9.36 -
YUV 181.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 188 208 24 0.10 0 0.88 0.18 66.52 0.79 0.45
Hex BC D0 18 A 0 58 12 43 4F 2D
Octal 274 320 30 12 0 130 22 103 117 55
Binary 10111100 11010000 11000 1010 0 1011000 10010 1000011 1001111 101101

Color Harmonies of #BCD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD018

Black with #BCD018

Text Example


Text Example

White with #BCD018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD018; }

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

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

background-color css

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

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

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

border-color css

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

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

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