Html Css Color HEX #B2CD40 Celery

📋 copy color: '#B2CD40'

red 178 ◦ green 205 ◦ blue 64

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

Shades of Celery #B2CD40

Tints of Celery #B2CD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 39.82%
G = 45.86%
B = 14.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#B2CD40 (or 0xB2CD40) is known color: Celery. HEX triplet: B2, CD and 40. RGB value is (178,205,64). Sum of RGB (Red+Green+Blue) = 178+205+64=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD40 is #4D32BF. Grayscale: #B5B5B5. Windows color (decimal): -5059264 or 4246962. OLE color: 4246962.

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

Color convert

RGB 178 205 64 -
CMYK 0.13 0 0.69 0.20
HSL 71.49º 0.59% 0.53% -
HSV(B) 71.49º 0.69% 0.8% -
XYZ 41.12 53.5 13.01 -
YUV 180.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 178 205 64 0.13 0 0.69 0.20 71.49 0.59 0.53
Hex B2 CD 40 D 0 45 14 47 3B 35
Octal 262 315 100 15 0 105 24 107 73 65
Binary 10110010 11001101 1000000 1101 0 1000101 10100 1000111 111011 110101

Color Harmonies of #B2CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD40

Black with #B2CD40

Text Example


Text Example

White with #B2CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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