Html Css Color HEX #B6B722 Rio Grande

📋 copy color: '#B6B722'

red 182 ◦ green 183 ◦ blue 34

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

Shades of Rio Grande #B6B722

Tints of Rio Grande #B6B722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 45.61%
G = 45.86%
B = 8.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B6B722 (or 0xB6B722) is known color: Rio Grande. HEX triplet: B6, B7 and 22. RGB value is (182,183,34). Sum of RGB (Red+Green+Blue) = 182+183+34=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B722 is #4948DD. Grayscale: #A6A6A6. Windows color (decimal): -4802782 or 2275254. OLE color: 2275254.

HSL color Cylindrical-coordinate representation of color #B6B722: hue angle of 60.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6B722 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 183 34 -
CMYK 0.01 0 0.81 0.28
HSL 60.4º 0.69% 0.43% -
HSV(B) 60.4º 0.81% 0.72% -
XYZ 36.51 43.93 8.07 -
YUV 165.72 53.67 139.62 -
System Red Green Blue C M Y K H S L
Decimal 182 183 34 0.01 0 0.81 0.28 60.4 0.69 0.43
Hex B6 B7 22 1 0 51 1C 3C 45 2B
Octal 266 267 42 1 0 121 34 74 105 53
Binary 10110110 10110111 100010 1 0 1010001 11100 111100 1000101 101011

Color Harmonies of #B6B722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B722

Black with #B6B722

Text Example


Text Example

White with #B6B722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B722; }

 p { color: rgb(182,183,34); }

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

background-color css

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

 a { background-color: rgb(182,183,34); }

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

border-color css

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

 span { border-color: rgb(182,183,34); }

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