Html Css Color HEX #B2B952 Celery

📋 copy color: '#B2B952'

red 178 ◦ green 185 ◦ blue 82

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

Shades of Celery #B2B952

Tints of Celery #B2B952

RGB

 RED value IS 178 (69.92% from 255) = 40%

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

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

R = 40%
G = 41.57%
B = 18.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B2B952 (or 0xB2B952) is known color: Celery. HEX triplet: B2, B9 and 52. RGB value is (178,185,82). Sum of RGB (Red+Green+Blue) = 178+185+82=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B952 is #4D46AD. Grayscale: #ABABAB. Windows color (decimal): -5064366 or 5421490. OLE color: 5421490.

HSL color Cylindrical-coordinate representation of color #B2B952: hue angle of 64.08º 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 #B2B952 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 82 -
CMYK 0.04 0 0.56 0.27
HSL 64.08º 0.42% 0.52% -
HSV(B) 64.08º 0.56% 0.73% -
XYZ 37.23 44.77 14.66 -
YUV 171.17 77.68 132.88 -
System Red Green Blue C M Y K H S L
Decimal 178 185 82 0.04 0 0.56 0.27 64.08 0.42 0.52
Hex B2 B9 52 4 0 38 1B 40 2A 34
Octal 262 271 122 4 0 70 33 100 52 64
Binary 10110010 10111001 1010010 100 0 111000 11011 1000000 101010 110100

Color Harmonies of #B2B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B952

Black with #B2B952

Text Example


Text Example

White with #B2B952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B952; }

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

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

background-color css

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

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

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

border-color css

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

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

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