Html Css Color HEX #B6C62D Rio Grande

📋 copy color: '#B6C62D'

red 182 ◦ green 198 ◦ blue 45

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

Shades of Rio Grande #B6C62D

Tints of Rio Grande #B6C62D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.59%

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 42.82%
G = 46.59%
B = 10.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#B6C62D (or 0xB6C62D) is known color: Rio Grande. HEX triplet: B6, C6 and 2D. RGB value is (182,198,45). Sum of RGB (Red+Green+Blue) = 182+198+45=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C62D is #4939D2. Grayscale: #B0B0B0. Windows color (decimal): -4798931 or 2999990. OLE color: 2999990.

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

Color convert

RGB 182 198 45 -
CMYK 0.08 0 0.77 0.22
HSL 66.27º 0.63% 0.48% -
HSV(B) 66.27º 0.77% 0.78% -
XYZ 39.96 50.52 10.13 -
YUV 175.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 182 198 45 0.08 0 0.77 0.22 66.27 0.63 0.48
Hex B6 C6 2D 8 0 4D 16 42 3F 30
Octal 266 306 55 10 0 115 26 102 77 60
Binary 10110110 11000110 101101 1000 0 1001101 10110 1000010 111111 110000

Color Harmonies of #B6C62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C62D

Black with #B6C62D

Text Example


Text Example

White with #B6C62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C62D; }

 p { color: rgb(182,198,45); }

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

background-color css

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

 a { background-color: rgb(182,198,45); }

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

border-color css

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

 span { border-color: rgb(182,198,45); }

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