Html Css Color HEX #B5BF50 Celery

📋 copy color: '#B5BF50'

red 181 ◦ green 191 ◦ blue 80

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

Shades of Celery #B5BF50

Tints of Celery #B5BF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 40.04%
G = 42.26%
B = 17.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#B5BF50 (or 0xB5BF50) is known color: Celery. HEX triplet: B5, BF and 50. RGB value is (181,191,80). Sum of RGB (Red+Green+Blue) = 181+191+80=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF50 is #4A40AF. Grayscale: #AFAFAF. Windows color (decimal): -4866224 or 5291957. OLE color: 5291957.

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

Color convert

RGB 181 191 80 -
CMYK 0.05 0 0.58 0.25
HSL 65.41º 0.46% 0.53% -
HSV(B) 65.41º 0.58% 0.75% -
XYZ 39.13 47.66 14.73 -
YUV 175.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 181 191 80 0.05 0 0.58 0.25 65.41 0.46 0.53
Hex B5 BF 50 5 0 3A 19 41 2E 35
Octal 265 277 120 5 0 72 31 101 56 65
Binary 10110101 10111111 1010000 101 0 111010 11001 1000001 101110 110101

Color Harmonies of #B5BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF50

Black with #B5BF50

Text Example


Text Example

White with #B5BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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