Html Css Color HEX #B5BE30 Rio Grande

📋 copy color: '#B5BE30'

red 181 ◦ green 190 ◦ blue 48

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

Shades of Rio Grande #B5BE30

Tints of Rio Grande #B5BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

 BLUE value IS 48 (19.14% from 255) = 11.46%

R = 43.2%
G = 45.35%
B = 11.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#B5BE30 (or 0xB5BE30) is known color: Rio Grande. HEX triplet: B5, BE and 30. RGB value is (181,190,48). Sum of RGB (Red+Green+Blue) = 181+190+48=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE30 is #4A41CF. Grayscale: #ABABAB. Windows color (decimal): -4866512 or 3194549. OLE color: 3194549.

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

Color convert

RGB 181 190 48 -
CMYK 0.05 0 0.75 0.25
HSL 63.8º 0.6% 0.47% -
HSV(B) 63.8º 0.75% 0.75% -
XYZ 38 46.86 9.84 -
YUV 171.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 181 190 48 0.05 0 0.75 0.25 63.8 0.6 0.47
Hex B5 BE 30 5 0 4B 19 40 3C 2F
Octal 265 276 60 5 0 113 31 100 74 57
Binary 10110101 10111110 110000 101 0 1001011 11001 1000000 111100 101111

Color Harmonies of #B5BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE30

Black with #B5BE30

Text Example


Text Example

White with #B5BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE30; }

 p { color: rgb(181,190,48); }

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

background-color css

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

 a { background-color: rgb(181,190,48); }

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

border-color css

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

 span { border-color: rgb(181,190,48); }

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