Html Css Color HEX #B5BF34 Celery

📋 copy color: '#B5BF34'

red 181 ◦ green 191 ◦ blue 52

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

Shades of Celery #B5BF34

Tints of Celery #B5BF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 42.69%
G = 45.05%
B = 12.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#B5BF34 (or 0xB5BF34) is known color: Celery. HEX triplet: B5, BF and 34. RGB value is (181,191,52). Sum of RGB (Red+Green+Blue) = 181+191+52=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF34 is #4A40CB. Grayscale: #ACACAC. Windows color (decimal): -4866252 or 3456949. OLE color: 3456949.

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

Color convert

RGB 181 191 52 -
CMYK 0.05 0 0.73 0.25
HSL 64.32º 0.57% 0.48% -
HSV(B) 64.32º 0.73% 0.75% -
XYZ 38.31 47.33 10.37 -
YUV 172.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 181 191 52 0.05 0 0.73 0.25 64.32 0.57 0.48
Hex B5 BF 34 5 0 49 19 40 39 30
Octal 265 277 64 5 0 111 31 100 71 60
Binary 10110101 10111111 110100 101 0 1001001 11001 1000000 111001 110000

Color Harmonies of #B5BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF34

Black with #B5BF34

Text Example


Text Example

White with #B5BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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