Html Css Color HEX #BCD215 Rio Grande

📋 copy color: '#BCD215'

red 188 ◦ green 210 ◦ blue 21

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

Shades of Rio Grande #BCD215

Tints of Rio Grande #BCD215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.12%

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

R = 44.87%
G = 50.12%
B = 5.01%

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

#BCD215 (or 0xBCD215) is known color: Rio Grande. HEX triplet: BC, D2 and 15. RGB value is (188,210,21). Sum of RGB (Red+Green+Blue) = 188+210+21=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD215 is #432DEA. Grayscale: #B6B6B6. Windows color (decimal): -4402667 or 1430204. OLE color: 1430204.

HSL color Cylindrical-coordinate representation of color #BCD215: hue angle of 66.98º 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 #BCD215 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 21 -
CMYK 0.10 0 0.90 0.18
HSL 66.98º 0.82% 0.45% -
HSV(B) 66.98º 0.9% 0.82% -
XYZ 43.92 56.84 9.37 -
YUV 181.88 37.21 132.37 -
System Red Green Blue C M Y K H S L
Decimal 188 210 21 0.10 0 0.90 0.18 66.98 0.82 0.45
Hex BC D2 15 A 0 5A 12 43 52 2D
Octal 274 322 25 12 0 132 22 103 122 55
Binary 10111100 11010010 10101 1010 0 1011010 10010 1000011 1010010 101101

Color Harmonies of #BCD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD215

Black with #BCD215

Text Example


Text Example

White with #BCD215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD215; }

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

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

background-color css

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

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

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

border-color css

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

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

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