Html Css Color HEX #B6C21D Rio Grande

📋 copy color: '#B6C21D'

red 182 ◦ green 194 ◦ blue 29

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

Shades of Rio Grande #B6C21D

Tints of Rio Grande #B6C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 44.94%
G = 47.9%
B = 7.16%

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

#B6C21D (or 0xB6C21D) is known color: Rio Grande. HEX triplet: B6, C2 and 1D. RGB value is (182,194,29). Sum of RGB (Red+Green+Blue) = 182+194+29=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C21D is #493DE2. Grayscale: #ACACAC. Windows color (decimal): -4799971 or 1950390. OLE color: 1950390.

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

Color convert

RGB 182 194 29 -
CMYK 0.06 0 0.85 0.24
HSL 64.36º 0.74% 0.44% -
HSV(B) 64.36º 0.85% 0.76% -
XYZ 38.8 48.62 8.5 -
YUV 171.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 182 194 29 0.06 0 0.85 0.24 64.36 0.74 0.44
Hex B6 C2 1D 6 0 55 18 40 4A 2C
Octal 266 302 35 6 0 125 30 100 112 54
Binary 10110110 11000010 11101 110 0 1010101 11000 1000000 1001010 101100

Color Harmonies of #B6C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C21D

Black with #B6C21D

Text Example


Text Example

White with #B6C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C21D; }

 p { color: rgb(182,194,29); }

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

background-color css

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

 a { background-color: rgb(182,194,29); }

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

border-color css

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

 span { border-color: rgb(182,194,29); }

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