Html Css Color HEX #B2BA44 Celery

📋 copy color: '#B2BA44'

red 178 ◦ green 186 ◦ blue 68

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

Shades of Celery #B2BA44

Tints of Celery #B2BA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.06%

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

R = 41.2%
G = 43.06%
B = 15.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B2BA44 (or 0xB2BA44) is known color: Celery. HEX triplet: B2, BA and 44. RGB value is (178,186,68). Sum of RGB (Red+Green+Blue) = 178+186+68=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA44 is #4D45BB. Grayscale: #AAAAAA. Windows color (decimal): -5064124 or 4504242. OLE color: 4504242.

HSL color Cylindrical-coordinate representation of color #B2BA44: hue angle of 64.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2BA44 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 68 -
CMYK 0.04 0 0.63 0.27
HSL 64.07º 0.46% 0.5% -
HSV(B) 64.07º 0.63% 0.73% -
XYZ 36.96 45 12.21 -
YUV 170.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 178 186 68 0.04 0 0.63 0.27 64.07 0.46 0.5
Hex B2 BA 44 4 0 3F 1B 40 2E 32
Octal 262 272 104 4 0 77 33 100 56 62
Binary 10110010 10111010 1000100 100 0 111111 11011 1000000 101110 110010

Color Harmonies of #B2BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA44

Black with #B2BA44

Text Example


Text Example

White with #B2BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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