Html Css Color HEX #B5B92F Rio Grande

📋 copy color: '#B5B92F'

red 181 ◦ green 185 ◦ blue 47

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

Shades of Rio Grande #B5B92F

Tints of Rio Grande #B5B92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 43.83%
G = 44.79%
B = 11.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B5B92F (or 0xB5B92F) is known color: Rio Grande. HEX triplet: B5, B9 and 2F. RGB value is (181,185,47). Sum of RGB (Red+Green+Blue) = 181+185+47=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B92F is #4A46D0. Grayscale: #A8A8A8. Windows color (decimal): -4867793 or 3127733. OLE color: 3127733.

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

Color convert

RGB 181 185 47 -
CMYK 0.02 0 0.75 0.27
HSL 61.74º 0.59% 0.45% -
HSV(B) 61.74º 0.75% 0.73% -
XYZ 36.92 44.73 9.38 -
YUV 168.07 59.67 137.22 -
System Red Green Blue C M Y K H S L
Decimal 181 185 47 0.02 0 0.75 0.27 61.74 0.59 0.45
Hex B5 B9 2F 2 0 4B 1B 3E 3B 2D
Octal 265 271 57 2 0 113 33 76 73 55
Binary 10110101 10111001 101111 10 0 1001011 11011 111110 111011 101101

Color Harmonies of #B5B92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B92F

Black with #B5B92F

Text Example


Text Example

White with #B5B92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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