Html Css Color HEX #B2CC40 Celery

📋 copy color: '#B2CC40'

red 178 ◦ green 204 ◦ blue 64

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

Shades of Celery #B2CC40

Tints of Celery #B2CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

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

R = 39.91%
G = 45.74%
B = 14.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#B2CC40 (or 0xB2CC40) is known color: Celery. HEX triplet: B2, CC and 40. RGB value is (178,204,64). Sum of RGB (Red+Green+Blue) = 178+204+64=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC40 is #4D33BF. Grayscale: #B4B4B4. Windows color (decimal): -5059520 or 4246706. OLE color: 4246706.

HSL color Cylindrical-coordinate representation of color #B2CC40: hue angle of 71.14º degrees, saturation: 0.58, 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 #B2CC40 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 64 -
CMYK 0.13 0 0.69 0.2
HSL 71.14º 0.58% 0.53% -
HSV(B) 71.14º 0.69% 0.8% -
XYZ 40.88 53.02 12.93 -
YUV 180.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 178 204 64 0.13 0 0.69 0.2 71.14 0.58 0.53
Hex B2 CC 40 D 0 45 14 47 3A 35
Octal 262 314 100 15 0 105 24 107 72 65
Binary 10110010 11001100 1000000 1101 0 1000101 10100 1000111 111010 110101

Color Harmonies of #B2CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC40

Black with #B2CC40

Text Example


Text Example

White with #B2CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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