Html Css Color HEX #BAC33E Celery

📋 copy color: '#BAC33E'

red 186 ◦ green 195 ◦ blue 62

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

Shades of Celery #BAC33E

Tints of Celery #BAC33E

RGB

 RED value IS 186 (73.05% from 255) = 41.99%

 GREEN value IS 195 (76.56% from 255) = 44.02%

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

R = 41.99%
G = 44.02%
B = 14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#BAC33E (or 0xBAC33E) is known color: Celery. HEX triplet: BA, C3 and 3E. RGB value is (186,195,62). Sum of RGB (Red+Green+Blue) = 186+195+62=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC33E is #453CC1. Grayscale: #B1B1B1. Windows color (decimal): -4537538 or 4113338. OLE color: 4113338.

HSL color Cylindrical-coordinate representation of color #BAC33E: hue angle of 64.06º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC33E is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 62 -
CMYK 0.05 0 0.68 0.24
HSL 64.06º 0.53% 0.5% -
HSV(B) 64.06º 0.68% 0.76% -
XYZ 40.63 49.82 12.03 -
YUV 177.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 186 195 62 0.05 0 0.68 0.24 64.06 0.53 0.5
Hex BA C3 3E 5 0 44 18 40 35 32
Octal 272 303 76 5 0 104 30 100 65 62
Binary 10111010 11000011 111110 101 0 1000100 11000 1000000 110101 110010

Color Harmonies of #BAC33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC33E

Black with #BAC33E

Text Example


Text Example

White with #BAC33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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