Html Css Color HEX #B5BF25 Rio Grande

📋 copy color: '#B5BF25'

red 181 ◦ green 191 ◦ blue 37

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

Shades of Rio Grande #B5BF25

Tints of Rio Grande #B5BF25

RGB

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

 GREEN value IS 191 (75% from 255) = 46.7%

 BLUE value IS 37 (14.84% from 255) = 9.05%

R = 44.25%
G = 46.7%
B = 9.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B5BF25 (or 0xB5BF25) is known color: Rio Grande. HEX triplet: B5, BF and 25. RGB value is (181,191,37). Sum of RGB (Red+Green+Blue) = 181+191+37=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF25 is #4A40DA. Grayscale: #ABABAB. Windows color (decimal): -4866267 or 2473909. OLE color: 2473909.

HSL color Cylindrical-coordinate representation of color #B5BF25: hue angle of 63.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5BF25 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 191 37 -
CMYK 0.05 0 0.81 0.25
HSL 63.9º 0.68% 0.45% -
HSV(B) 63.9º 0.81% 0.75% -
XYZ 38.02 47.22 8.86 -
YUV 170.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 181 191 37 0.05 0 0.81 0.25 63.9 0.68 0.45
Hex B5 BF 25 5 0 51 19 40 44 2D
Octal 265 277 45 5 0 121 31 100 104 55
Binary 10110101 10111111 100101 101 0 1010001 11001 1000000 1000100 101101

Color Harmonies of #B5BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF25

Black with #B5BF25

Text Example


Text Example

White with #B5BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF25; }

 p { color: rgb(181,191,37); }

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

background-color css

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

 a { background-color: rgb(181,191,37); }

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

border-color css

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

 span { border-color: rgb(181,191,37); }

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