Html Css Color HEX #B6D312 Rio Grande

📋 copy color: '#B6D312'

red 182 ◦ green 211 ◦ blue 18

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

Shades of Rio Grande #B6D312

Tints of Rio Grande #B6D312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

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

R = 44.28%
G = 51.34%
B = 4.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#B6D312 (or 0xB6D312) is known color: Rio Grande. HEX triplet: B6, D3 and 12. RGB value is (182,211,18). Sum of RGB (Red+Green+Blue) = 182+211+18=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D312 is #492CED. Grayscale: #B5B5B5. Windows color (decimal): -4795630 or 1233846. OLE color: 1233846.

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

Color convert

RGB 182 211 18 -
CMYK 0.14 0 0.91 0.17
HSL 69.02º 0.84% 0.45% -
HSV(B) 69.02º 0.91% 0.83% -
XYZ 42.69 56.58 9.24 -
YUV 180.33 36.39 129.19 -
System Red Green Blue C M Y K H S L
Decimal 182 211 18 0.14 0 0.91 0.17 69.02 0.84 0.45
Hex B6 D3 12 E 0 5B 11 45 54 2D
Octal 266 323 22 16 0 133 21 105 124 55
Binary 10110110 11010011 10010 1110 0 1011011 10001 1000101 1010100 101101

Color Harmonies of #B6D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D312

Black with #B6D312

Text Example


Text Example

White with #B6D312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D312; }

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

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

background-color css

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

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

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

border-color css

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

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

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