#B3CD52

Color #B3CD52 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B3CD52

Tints of Celery #B3CD52

Color information

#B3CD52 (or 0xB3CD52) is unknown color: approx Celery. HEX triplet: B3, CD and 52. RGB value is (179,205,82). Sum of RGB (Red+Green+Blue) = 179+205+82=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CD52 is #4C32AD. Grayscale: #B7B7B7. Windows color (decimal): -4993710 or 5426611. OLE color: 5426611.

HSL color Cylindrical-coordinate representation of color #B3CD52: hue angle of 72.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3CD52 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB17920582-
CMYK0.1300.60.20
HSL72.68º55.16%56.27%-
HSV(B)72.68º60%80.39%-
XYZ41.9453.8616.17-
YUV183.270.89125-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=38.41%
G=43.99%
B=17.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179205820.1300.60.2072.6855.1656.27
HexB3CD52D03C14493738
Octal26331512215074241116770
Binary1011001111001101101001011010111100101001001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CD52; }

 p { color: rgb(179,205,82); }

 H1.HeaderClassName
 {
   color: #B3CD52;
 }
 .AnyTagClassName
 {
   color: #B3CD52;
 }
</style>
background-color css

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

 a { background-color: rgb(179,205,82); }

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

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

 span { border-color: rgb(179,205,82); }

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