Html Css Color HEX #B2BA4E Celery

📋 copy color: '#B2BA4E'

red 178 ◦ green 186 ◦ blue 78

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

Shades of Celery #B2BA4E

Tints of Celery #B2BA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.65%

R = 40.27%
G = 42.08%
B = 17.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B2BA4E (or 0xB2BA4E) is known color: Celery. HEX triplet: B2, BA and 4E. RGB value is (178,186,78). Sum of RGB (Red+Green+Blue) = 178+186+78=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA4E is #4D45B1. Grayscale: #ABABAB. Windows color (decimal): -5064114 or 5159602. OLE color: 5159602.

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

Color convert

RGB 178 186 78 -
CMYK 0.04 0 0.58 0.27
HSL 64.44º 0.44% 0.52% -
HSV(B) 64.44º 0.58% 0.73% -
XYZ 37.29 45.13 13.95 -
YUV 171.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 178 186 78 0.04 0 0.58 0.27 64.44 0.44 0.52
Hex B2 BA 4E 4 0 3A 1B 40 2C 34
Octal 262 272 116 4 0 72 33 100 54 64
Binary 10110010 10111010 1001110 100 0 111010 11011 1000000 101100 110100

Color Harmonies of #B2BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA4E

Black with #B2BA4E

Text Example


Text Example

White with #B2BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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