Html Css Color HEX #B5B952 Celery

📋 copy color: '#B5B952'

red 181 ◦ green 185 ◦ blue 82

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

Shades of Celery #B5B952

Tints of Celery #B5B952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 40.4%
G = 41.29%
B = 18.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B5B952 (or 0xB5B952) is known color: Celery. HEX triplet: B5, B9 and 52. RGB value is (181,185,82). Sum of RGB (Red+Green+Blue) = 181+185+82=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B952 is #4A46AD. Grayscale: #ACACAC. Windows color (decimal): -4867758 or 5421493. OLE color: 5421493.

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

Color convert

RGB 181 185 82 -
CMYK 0.02 0 0.56 0.27
HSL 62.33º 0.42% 0.52% -
HSV(B) 62.33º 0.56% 0.73% -
XYZ 37.93 45.13 14.69 -
YUV 172.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 181 185 82 0.02 0 0.56 0.27 62.33 0.42 0.52
Hex B5 B9 52 2 0 38 1B 3E 2A 34
Octal 265 271 122 2 0 70 33 76 52 64
Binary 10110101 10111001 1010010 10 0 111000 11011 111110 101010 110100

Color Harmonies of #B5B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B952

Black with #B5B952

Text Example


Text Example

White with #B5B952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B952; }

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

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

background-color css

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

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

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

border-color css

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

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

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