Html Css Color HEX #B2CD49 Celery

📋 copy color: '#B2CD49'

red 178 ◦ green 205 ◦ blue 73

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

Shades of Celery #B2CD49

Tints of Celery #B2CD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 73 (28.91% from 255) = 16.01%

R = 39.04%
G = 44.96%
B = 16.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#B2CD49 (or 0xB2CD49) is known color: Celery. HEX triplet: B2, CD and 49. RGB value is (178,205,73). Sum of RGB (Red+Green+Blue) = 178+205+73=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD49 is #4D32B6. Grayscale: #B6B6B6. Windows color (decimal): -5059255 or 4836786. OLE color: 4836786.

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

Color convert

RGB 178 205 73 -
CMYK 0.13 0 0.64 0.20
HSL 72.27º 0.57% 0.55% -
HSV(B) 72.27º 0.64% 0.8% -
XYZ 41.39 53.61 14.47 -
YUV 181.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 178 205 73 0.13 0 0.64 0.20 72.27 0.57 0.55
Hex B2 CD 49 D 0 40 14 48 39 37
Octal 262 315 111 15 0 100 24 110 71 67
Binary 10110010 11001101 1001001 1101 0 1000000 10100 1001000 111001 110111

Color Harmonies of #B2CD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD49

Black with #B2CD49

Text Example


Text Example

White with #B2CD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD49; }

 p { color: rgb(178,205,73); }

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

background-color css

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

 a { background-color: rgb(178,205,73); }

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

border-color css

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

 span { border-color: rgb(178,205,73); }

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