Html Css Color HEX #B6C812 Rio Grande

📋 copy color: '#B6C812'

red 182 ◦ green 200 ◦ blue 18

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

Shades of Rio Grande #B6C812

Tints of Rio Grande #B6C812

RGB

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

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

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

R = 45.5%
G = 50%
B = 4.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#B6C812 (or 0xB6C812) is known color: Rio Grande. HEX triplet: B6, C8 and 12. RGB value is (182,200,18). Sum of RGB (Red+Green+Blue) = 182+200+18=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C812 is #4937ED. Grayscale: #AEAEAE. Windows color (decimal): -4798446 or 1231030. OLE color: 1231030.

HSL color Cylindrical-coordinate representation of color #B6C812: hue angle of 65.93º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6C812 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 18 -
CMYK 0.09 0 0.91 0.22
HSL 65.93º 0.83% 0.43% -
HSV(B) 65.93º 0.91% 0.78% -
XYZ 40.05 51.3 8.36 -
YUV 173.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 182 200 18 0.09 0 0.91 0.22 65.93 0.83 0.43
Hex B6 C8 12 9 0 5B 16 42 53 2B
Octal 266 310 22 11 0 133 26 102 123 53
Binary 10110110 11001000 10010 1001 0 1011011 10110 1000010 1010011 101011

Color Harmonies of #B6C812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C812

Black with #B6C812

Text Example


Text Example

White with #B6C812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C812; }

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

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

background-color css

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

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

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

border-color css

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

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

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