Html Css Color HEX #B6C810 Rio Grande

📋 copy color: '#B6C810'

red 182 ◦ green 200 ◦ blue 16

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

Shades of Rio Grande #B6C810

Tints of Rio Grande #B6C810

RGB

 RED value IS 182 (71.48% from 255) = 45.73%

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

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

R = 45.73%
G = 50.25%
B = 4.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#B6C810 (or 0xB6C810) is known color: Rio Grande. HEX triplet: B6, C8 and 10. RGB value is (182,200,16). Sum of RGB (Red+Green+Blue) = 182+200+16=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C810 is #4937EF. Grayscale: #AEAEAE. Windows color (decimal): -4798448 or 1099958. OLE color: 1099958.

HSL color Cylindrical-coordinate representation of color #B6C810: hue angle of 65.87º 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 #B6C810 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 16 -
CMYK 0.09 0 0.92 0.22
HSL 65.87º 0.85% 0.42% -
HSV(B) 65.87º 0.92% 0.78% -
XYZ 40.04 51.29 8.28 -
YUV 173.64 39.04 133.96 -
System Red Green Blue C M Y K H S L
Decimal 182 200 16 0.09 0 0.92 0.22 65.87 0.85 0.42
Hex B6 C8 10 9 0 5C 16 42 55 2A
Octal 266 310 20 11 0 134 26 102 125 52
Binary 10110110 11001000 10000 1001 0 1011100 10110 1000010 1010101 101010

Color Harmonies of #B6C810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C810

Black with #B6C810

Text Example


Text Example

White with #B6C810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C810; }

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

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

background-color css

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

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

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

border-color css

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

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

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