Html Css Color HEX #B0B752 Celery

📋 copy color: '#B0B752'

red 176 ◦ green 183 ◦ blue 82

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

Shades of Celery #B0B752

Tints of Celery #B0B752

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

 GREEN value IS 183 (71.88% from 255) = 41.5%

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

R = 39.91%
G = 41.5%
B = 18.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B0B752 (or 0xB0B752) is known color: Celery. HEX triplet: B0, B7 and 52. RGB value is (176,183,82). Sum of RGB (Red+Green+Blue) = 176+183+82=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B752 is #4F48AD. Grayscale: #A9A9A9. Windows color (decimal): -5195950 or 5420976. OLE color: 5420976.

HSL color Cylindrical-coordinate representation of color #B0B752: hue angle of 64.16º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0B752 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 82 -
CMYK 0.04 0 0.55 0.28
HSL 64.16º 0.41% 0.52% -
HSV(B) 64.16º 0.55% 0.72% -
XYZ 36.36 43.71 14.5 -
YUV 169.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 176 183 82 0.04 0 0.55 0.28 64.16 0.41 0.52
Hex B0 B7 52 4 0 37 1C 40 29 34
Octal 260 267 122 4 0 67 34 100 51 64
Binary 10110000 10110111 1010010 100 0 110111 11100 1000000 101001 110100

Color Harmonies of #B0B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B752

Black with #B0B752

Text Example


Text Example

White with #B0B752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B752; }

 p { color: rgb(176,183,82); }

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

background-color css

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

 a { background-color: rgb(176,183,82); }

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

border-color css

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

 span { border-color: rgb(176,183,82); }

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