Html Css Color HEX #B0CC44 Celery

📋 copy color: '#B0CC44'

red 176 ◦ green 204 ◦ blue 68

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

Shades of Celery #B0CC44

Tints of Celery #B0CC44

RGB

 RED value IS 176 (69.14% from 255) = 39.29%

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

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

R = 39.29%
G = 45.54%
B = 15.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#B0CC44 (or 0xB0CC44) is known color: Celery. HEX triplet: B0, CC and 44. RGB value is (176,204,68). Sum of RGB (Red+Green+Blue) = 176+204+68=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC44 is #4F33BB. Grayscale: #B4B4B4. Windows color (decimal): -5190588 or 4508848. OLE color: 4508848.

HSL color Cylindrical-coordinate representation of color #B0CC44: hue angle of 72.35º 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 #B0CC44 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 68 -
CMYK 0.14 0 0.67 0.2
HSL 72.35º 0.57% 0.53% -
HSV(B) 72.35º 0.67% 0.8% -
XYZ 40.54 52.83 13.53 -
YUV 180.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 176 204 68 0.14 0 0.67 0.2 72.35 0.57 0.53
Hex B0 CC 44 E 0 43 14 48 39 35
Octal 260 314 104 16 0 103 24 110 71 65
Binary 10110000 11001100 1000100 1110 0 1000011 10100 1001000 111001 110101

Color Harmonies of #B0CC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC44

Black with #B0CC44

Text Example


Text Example

White with #B0CC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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