Html Css Color HEX #BCD212 Rio Grande

📋 copy color: '#BCD212'

red 188 ◦ green 210 ◦ blue 18

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

Shades of Rio Grande #BCD212

Tints of Rio Grande #BCD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.33%

R = 45.19%
G = 50.48%
B = 4.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#BCD212 (or 0xBCD212) is known color: Rio Grande. HEX triplet: BC, D2 and 12. RGB value is (188,210,18). Sum of RGB (Red+Green+Blue) = 188+210+18=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD212 is #432DED. Grayscale: #B6B6B6. Windows color (decimal): -4402670 or 1233596. OLE color: 1233596.

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

Color convert

RGB 188 210 18 -
CMYK 0.10 0 0.91 0.18
HSL 66.87º 0.84% 0.45% -
HSV(B) 66.87º 0.91% 0.82% -
XYZ 43.89 56.83 9.23 -
YUV 181.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 188 210 18 0.10 0 0.91 0.18 66.87 0.84 0.45
Hex BC D2 12 A 0 5B 12 43 54 2D
Octal 274 322 22 12 0 133 22 103 124 55
Binary 10111100 11010010 10010 1010 0 1011011 10010 1000011 1010100 101101

Color Harmonies of #BCD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD212

Black with #BCD212

Text Example


Text Example

White with #BCD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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