Html Css Color HEX #B6C71A Rio Grande

📋 copy color: '#B6C71A'

red 182 ◦ green 199 ◦ blue 26

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

Shades of Rio Grande #B6C71A

Tints of Rio Grande #B6C71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.89%

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 44.72%
G = 48.89%
B = 6.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#B6C71A (or 0xB6C71A) is known color: Rio Grande. HEX triplet: B6, C7 and 1A. RGB value is (182,199,26). Sum of RGB (Red+Green+Blue) = 182+199+26=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C71A is #4938E5. Grayscale: #AEAEAE. Windows color (decimal): -4798694 or 1755062. OLE color: 1755062.

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

Color convert

RGB 182 199 26 -
CMYK 0.09 0 0.87 0.22
HSL 65.9º 0.77% 0.44% -
HSV(B) 65.9º 0.87% 0.78% -
XYZ 39.9 50.87 8.69 -
YUV 174.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 182 199 26 0.09 0 0.87 0.22 65.9 0.77 0.44
Hex B6 C7 1A 9 0 57 16 42 4D 2C
Octal 266 307 32 11 0 127 26 102 115 54
Binary 10110110 11000111 11010 1001 0 1010111 10110 1000010 1001101 101100

Color Harmonies of #B6C71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C71A

Black with #B6C71A

Text Example


Text Example

White with #B6C71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C71A; }

 p { color: rgb(182,199,26); }

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

background-color css

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

 a { background-color: rgb(182,199,26); }

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

border-color css

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

 span { border-color: rgb(182,199,26); }

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