Html Css Color HEX #BAC33F Celery

📋 copy color: '#BAC33F'

red 186 ◦ green 195 ◦ blue 63

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

Shades of Celery #BAC33F

Tints of Celery #BAC33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.19%

R = 41.89%
G = 43.92%
B = 14.19%

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

#BAC33F (or 0xBAC33F) is known color: Celery. HEX triplet: BA, C3 and 3F. RGB value is (186,195,63). Sum of RGB (Red+Green+Blue) = 186+195+63=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC33F is #453CC0. Grayscale: #B1B1B1. Windows color (decimal): -4537537 or 4178874. OLE color: 4178874.

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

Color convert

RGB 186 195 63 -
CMYK 0.05 0 0.68 0.24
HSL 64.09º 0.52% 0.51% -
HSV(B) 64.09º 0.68% 0.76% -
XYZ 40.66 49.83 12.18 -
YUV 177.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 186 195 63 0.05 0 0.68 0.24 64.09 0.52 0.51
Hex BA C3 3F 5 0 44 18 40 34 33
Octal 272 303 77 5 0 104 30 100 64 63
Binary 10111010 11000011 111111 101 0 1000100 11000 1000000 110100 110011

Color Harmonies of #BAC33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC33F

Black with #BAC33F

Text Example


Text Example

White with #BAC33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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