Html Css Color HEX #B2CC44 Celery

📋 copy color: '#B2CC44'

red 178 ◦ green 204 ◦ blue 68

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

Shades of Celery #B2CC44

Tints of Celery #B2CC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.11%

R = 39.56%
G = 45.33%
B = 15.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#B2CC44 (or 0xB2CC44) is known color: Celery. HEX triplet: B2, CC and 44. RGB value is (178,204,68). Sum of RGB (Red+Green+Blue) = 178+204+68=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC44 is #4D33BB. Grayscale: #B5B5B5. Windows color (decimal): -5059516 or 4508850. OLE color: 4508850.

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

Color convert

RGB 178 204 68 -
CMYK 0.13 0 0.67 0.2
HSL 71.47º 0.57% 0.53% -
HSV(B) 71.47º 0.67% 0.8% -
XYZ 41 53.07 13.55 -
YUV 180.72 64.39 126.06 -
System Red Green Blue C M Y K H S L
Decimal 178 204 68 0.13 0 0.67 0.2 71.47 0.57 0.53
Hex B2 CC 44 D 0 43 14 47 39 35
Octal 262 314 104 15 0 103 24 107 71 65
Binary 10110010 11001100 1000100 1101 0 1000011 10100 1000111 111001 110101

Color Harmonies of #B2CC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC44

Black with #B2CC44

Text Example


Text Example

White with #B2CC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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