Html Css Color HEX #BAC93F Celery

📋 copy color: '#BAC93F'

red 186 ◦ green 201 ◦ blue 63

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

Shades of Celery #BAC93F

Tints of Celery #BAC93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.67%

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

R = 41.33%
G = 44.67%
B = 14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#BAC93F (or 0xBAC93F) is known color: Celery. HEX triplet: BA, C9 and 3F. RGB value is (186,201,63). Sum of RGB (Red+Green+Blue) = 186+201+63=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC93F is #4536C0. Grayscale: #B5B5B5. Windows color (decimal): -4536001 or 4180410. OLE color: 4180410.

HSL color Cylindrical-coordinate representation of color #BAC93F: hue angle of 66.52º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAC93F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 63 -
CMYK 0.07 0 0.69 0.21
HSL 66.52º 0.56% 0.52% -
HSV(B) 66.52º 0.69% 0.79% -
XYZ 42.03 52.57 12.63 -
YUV 180.78 61.53 131.72 -
System Red Green Blue C M Y K H S L
Decimal 186 201 63 0.07 0 0.69 0.21 66.52 0.56 0.52
Hex BA C9 3F 7 0 45 15 43 38 34
Octal 272 311 77 7 0 105 25 103 70 64
Binary 10111010 11001001 111111 111 0 1000101 10101 1000011 111000 110100

Color Harmonies of #BAC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC93F

Black with #BAC93F

Text Example


Text Example

White with #BAC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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