Html Css Color HEX #B2BA3E Celery

📋 copy color: '#B2BA3E'

red 178 ◦ green 186 ◦ blue 62

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

Shades of Celery #B2BA3E

Tints of Celery #B2BA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 41.78%
G = 43.66%
B = 14.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B2BA3E (or 0xB2BA3E) is known color: Celery. HEX triplet: B2, BA and 3E. RGB value is (178,186,62). Sum of RGB (Red+Green+Blue) = 178+186+62=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA3E is #4D45C1. Grayscale: #A9A9A9. Windows color (decimal): -5064130 or 4111026. OLE color: 4111026.

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

Color convert

RGB 178 186 62 -
CMYK 0.04 0 0.67 0.27
HSL 63.87º 0.5% 0.49% -
HSV(B) 63.87º 0.67% 0.73% -
XYZ 36.79 44.93 11.29 -
YUV 169.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 178 186 62 0.04 0 0.67 0.27 63.87 0.5 0.49
Hex B2 BA 3E 4 0 43 1B 40 32 31
Octal 262 272 76 4 0 103 33 100 62 61
Binary 10110010 10111010 111110 100 0 1000011 11011 1000000 110010 110001

Color Harmonies of #B2BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA3E

Black with #B2BA3E

Text Example


Text Example

White with #B2BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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