Html Css Color HEX #B6B92A Rio Grande

📋 copy color: '#B6B92A'

red 182 ◦ green 185 ◦ blue 42

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

Shades of Rio Grande #B6B92A

Tints of Rio Grande #B6B92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 44.5%
G = 45.23%
B = 10.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B6B92A (or 0xB6B92A) is known color: Rio Grande. HEX triplet: B6, B9 and 2A. RGB value is (182,185,42). Sum of RGB (Red+Green+Blue) = 182+185+42=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B92A is #4946D5. Grayscale: #A8A8A8. Windows color (decimal): -4802262 or 2800054. OLE color: 2800054.

HSL color Cylindrical-coordinate representation of color #B6B92A: hue angle of 61.26º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6B92A is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 42 -
CMYK 0.02 0 0.77 0.27
HSL 61.26º 0.63% 0.45% -
HSV(B) 61.26º 0.77% 0.73% -
XYZ 37.06 44.81 8.89 -
YUV 167.8 57.01 138.13 -
System Red Green Blue C M Y K H S L
Decimal 182 185 42 0.02 0 0.77 0.27 61.26 0.63 0.45
Hex B6 B9 2A 2 0 4D 1B 3D 3F 2D
Octal 266 271 52 2 0 115 33 75 77 55
Binary 10110110 10111001 101010 10 0 1001101 11011 111101 111111 101101

Color Harmonies of #B6B92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B92A

Black with #B6B92A

Text Example


Text Example

White with #B6B92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B92A; }

 p { color: rgb(182,185,42); }

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

background-color css

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

 a { background-color: rgb(182,185,42); }

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

border-color css

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

 span { border-color: rgb(182,185,42); }

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