Html Css Color HEX #B6C11C Rio Grande

📋 copy color: '#B6C11C'

red 182 ◦ green 193 ◦ blue 28

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

Shades of Rio Grande #B6C11C

Tints of Rio Grande #B6C11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.89%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 45.16%
G = 47.89%
B = 6.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B6C11C (or 0xB6C11C) is known color: Rio Grande. HEX triplet: B6, C1 and 1C. RGB value is (182,193,28). Sum of RGB (Red+Green+Blue) = 182+193+28=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C11C is #493EE3. Grayscale: #ABABAB. Windows color (decimal): -4800228 or 1884598. OLE color: 1884598.

HSL color Cylindrical-coordinate representation of color #B6C11C: hue angle of 64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6C11C is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 28 -
CMYK 0.06 0 0.85 0.24
HSL 64º 0.75% 0.43% -
HSV(B) 64º 0.85% 0.76% -
XYZ 38.57 48.17 8.36 -
YUV 170.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 182 193 28 0.06 0 0.85 0.24 64 0.75 0.43
Hex B6 C1 1C 6 0 55 18 40 4B 2B
Octal 266 301 34 6 0 125 30 100 113 53
Binary 10110110 11000001 11100 110 0 1010101 11000 1000000 1001011 101011

Color Harmonies of #B6C11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C11C

Black with #B6C11C

Text Example


Text Example

White with #B6C11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C11C; }

 p { color: rgb(182,193,28); }

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

background-color css

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

 a { background-color: rgb(182,193,28); }

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

border-color css

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

 span { border-color: rgb(182,193,28); }

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