Html Css Color HEX #B6C82C Rio Grande

📋 copy color: '#B6C82C'

red 182 ◦ green 200 ◦ blue 44

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

Shades of Rio Grande #B6C82C

Tints of Rio Grande #B6C82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 42.72%
G = 46.95%
B = 10.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#B6C82C (or 0xB6C82C) is known color: Rio Grande. HEX triplet: B6, C8 and 2C. RGB value is (182,200,44). Sum of RGB (Red+Green+Blue) = 182+200+44=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C82C is #4937D3. Grayscale: #B1B1B1. Windows color (decimal): -4798420 or 2934966. OLE color: 2934966.

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

Color convert

RGB 182 200 44 -
CMYK 0.09 0 0.78 0.22
HSL 66.92º 0.64% 0.48% -
HSV(B) 66.92º 0.78% 0.78% -
XYZ 40.4 51.44 10.18 -
YUV 176.83 53.04 131.68 -
System Red Green Blue C M Y K H S L
Decimal 182 200 44 0.09 0 0.78 0.22 66.92 0.64 0.48
Hex B6 C8 2C 9 0 4E 16 43 40 30
Octal 266 310 54 11 0 116 26 103 100 60
Binary 10110110 11001000 101100 1001 0 1001110 10110 1000011 1000000 110000

Color Harmonies of #B6C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C82C

Black with #B6C82C

Text Example


Text Example

White with #B6C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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