Html Css Color HEX #B6C31D Rio Grande

📋 copy color: '#B6C31D'

red 182 ◦ green 195 ◦ blue 29

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

Shades of Rio Grande #B6C31D

Tints of Rio Grande #B6C31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

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

R = 44.83%
G = 48.03%
B = 7.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B6C31D (or 0xB6C31D) is known color: Rio Grande. HEX triplet: B6, C3 and 1D. RGB value is (182,195,29). Sum of RGB (Red+Green+Blue) = 182+195+29=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C31D is #493CE2. Grayscale: #ACACAC. Windows color (decimal): -4799715 or 1950646. OLE color: 1950646.

HSL color Cylindrical-coordinate representation of color #B6C31D: hue angle of 64.7º 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 #B6C31D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 195 29 -
CMYK 0.07 0 0.85 0.24
HSL 64.7º 0.74% 0.44% -
HSV(B) 64.7º 0.85% 0.76% -
XYZ 39.03 49.06 8.58 -
YUV 172.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 182 195 29 0.07 0 0.85 0.24 64.7 0.74 0.44
Hex B6 C3 1D 7 0 55 18 41 4A 2C
Octal 266 303 35 7 0 125 30 101 112 54
Binary 10110110 11000011 11101 111 0 1010101 11000 1000001 1001010 101100

Color Harmonies of #B6C31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C31D

Black with #B6C31D

Text Example


Text Example

White with #B6C31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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