Html Css Color HEX #BACE4B Celery

📋 copy color: '#BACE4B'

red 186 ◦ green 206 ◦ blue 75

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

Shades of Celery #BACE4B

Tints of Celery #BACE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 39.83%
G = 44.11%
B = 16.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#BACE4B (or 0xBACE4B) is known color: Celery. HEX triplet: BA, CE and 4B. RGB value is (186,206,75). Sum of RGB (Red+Green+Blue) = 186+206+75=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE4B is #4531B4. Grayscale: #B9B9B9. Windows color (decimal): -4534709 or 4968122. OLE color: 4968122.

HSL color Cylindrical-coordinate representation of color #BACE4B: hue angle of 69.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BACE4B is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 75 -
CMYK 0.10 0 0.64 0.19
HSL 69.16º 0.57% 0.55% -
HSV(B) 69.16º 0.64% 0.81% -
XYZ 43.59 55.09 14.99 -
YUV 185.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 186 206 75 0.10 0 0.64 0.19 69.16 0.57 0.55
Hex BA CE 4B A 0 40 13 45 39 37
Octal 272 316 113 12 0 100 23 105 71 67
Binary 10111010 11001110 1001011 1010 0 1000000 10011 1000101 111001 110111

Color Harmonies of #BACE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE4B

Black with #BACE4B

Text Example


Text Example

White with #BACE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE4B; }

 p { color: rgb(186,206,75); }

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

background-color css

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

 a { background-color: rgb(186,206,75); }

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

border-color css

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

 span { border-color: rgb(186,206,75); }

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