Html Css Color HEX #B2C810 Rio Grande

📋 copy color: '#B2C810'

red 178 ◦ green 200 ◦ blue 16

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

Shades of Rio Grande #B2C810

Tints of Rio Grande #B2C810

RGB

 RED value IS 178 (69.92% from 255) = 45.18%

 GREEN value IS 200 (78.52% from 255) = 50.76%

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 45.18%
G = 50.76%
B = 4.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#B2C810 (or 0xB2C810) is known color: Rio Grande. HEX triplet: B2, C8 and 10. RGB value is (178,200,16). Sum of RGB (Red+Green+Blue) = 178+200+16=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C810 is #4D37EF. Grayscale: #ADADAD. Windows color (decimal): -5060592 or 1099954. OLE color: 1099954.

HSL color Cylindrical-coordinate representation of color #B2C810: hue angle of 67.17º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2C810 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 16 -
CMYK 0.11 0 0.92 0.22
HSL 67.17º 0.85% 0.42% -
HSV(B) 67.17º 0.92% 0.78% -
XYZ 39.11 50.81 8.24 -
YUV 172.45 39.71 131.96 -
System Red Green Blue C M Y K H S L
Decimal 178 200 16 0.11 0 0.92 0.22 67.17 0.85 0.42
Hex B2 C8 10 B 0 5C 16 43 55 2A
Octal 262 310 20 13 0 134 26 103 125 52
Binary 10110010 11001000 10000 1011 0 1011100 10110 1000011 1010101 101010

Color Harmonies of #B2C810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C810

Black with #B2C810

Text Example


Text Example

White with #B2C810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C810; }

 p { color: rgb(178,200,16); }

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

background-color css

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

 a { background-color: rgb(178,200,16); }

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

border-color css

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

 span { border-color: rgb(178,200,16); }

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