Html Css Color HEX #B6B826 Rio Grande

📋 copy color: '#B6B826'

red 182 ◦ green 184 ◦ blue 38

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

Shades of Rio Grande #B6B826

Tints of Rio Grande #B6B826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.54%

 BLUE value IS 38 (15.23% from 255) = 9.41%

R = 45.05%
G = 45.54%
B = 9.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B6B826 (or 0xB6B826) is known color: Rio Grande. HEX triplet: B6, B8 and 26. RGB value is (182,184,38). Sum of RGB (Red+Green+Blue) = 182+184+38=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B826 is #4947D9. Grayscale: #A7A7A7. Windows color (decimal): -4802522 or 2537654. OLE color: 2537654.

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

Color convert

RGB 182 184 38 -
CMYK 0.01 0 0.79 0.28
HSL 60.82º 0.66% 0.44% -
HSV(B) 60.82º 0.79% 0.72% -
XYZ 36.78 44.37 8.46 -
YUV 166.76 55.34 138.87 -
System Red Green Blue C M Y K H S L
Decimal 182 184 38 0.01 0 0.79 0.28 60.82 0.66 0.44
Hex B6 B8 26 1 0 4F 1C 3D 42 2C
Octal 266 270 46 1 0 117 34 75 102 54
Binary 10110110 10111000 100110 1 0 1001111 11100 111101 1000010 101100

Color Harmonies of #B6B826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B826

Black with #B6B826

Text Example


Text Example

White with #B6B826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B826; }

 p { color: rgb(182,184,38); }

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

background-color css

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

 a { background-color: rgb(182,184,38); }

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

border-color css

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

 span { border-color: rgb(182,184,38); }

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