Html Css Color HEX #B5B92A Rio Grande

📋 copy color: '#B5B92A'

red 181 ◦ green 185 ◦ blue 42

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

Shades of Rio Grande #B5B92A

Tints of Rio Grande #B5B92A

RGB

 RED value IS 181 (71.09% from 255) = 44.36%

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

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

R = 44.36%
G = 45.34%
B = 10.29%

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

#B5B92A (or 0xB5B92A) is known color: Rio Grande. HEX triplet: B5, B9 and 2A. RGB value is (181,185,42). Sum of RGB (Red+Green+Blue) = 181+185+42=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B92A is #4A46D5. Grayscale: #A8A8A8. Windows color (decimal): -4867798 or 2800053. OLE color: 2800053.

HSL color Cylindrical-coordinate representation of color #B5B92A: hue angle of 61.68º 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 #B5B92A is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 185 42 -
CMYK 0.02 0 0.77 0.27
HSL 61.68º 0.63% 0.45% -
HSV(B) 61.68º 0.77% 0.73% -
XYZ 36.82 44.69 8.88 -
YUV 167.5 57.17 137.63 -
System Red Green Blue C M Y K H S L
Decimal 181 185 42 0.02 0 0.77 0.27 61.68 0.63 0.45
Hex B5 B9 2A 2 0 4D 1B 3E 3F 2D
Octal 265 271 52 2 0 115 33 76 77 55
Binary 10110101 10111001 101010 10 0 1001101 11011 111110 111111 101101

Color Harmonies of #B5B92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B92A

Black with #B5B92A

Text Example


Text Example

White with #B5B92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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