Html Css Color HEX #BACF4A Celery

📋 copy color: '#BACF4A'

red 186 ◦ green 207 ◦ blue 74

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

Shades of Celery #BACF4A

Tints of Celery #BACF4A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 39.83%
G = 44.33%
B = 15.85%

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

#BACF4A (or 0xBACF4A) is known color: Celery. HEX triplet: BA, CF and 4A. RGB value is (186,207,74). Sum of RGB (Red+Green+Blue) = 186+207+74=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACF4A is #4530B5. Grayscale: #BABABA. Windows color (decimal): -4534454 or 4902842. OLE color: 4902842.

HSL color Cylindrical-coordinate representation of color #BACF4A: hue angle of 69.47º degrees, saturation: 0.58, 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 #BACF4A is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 74 -
CMYK 0.10 0 0.64 0.19
HSL 69.47º 0.58% 0.55% -
HSV(B) 69.47º 0.64% 0.81% -
XYZ 43.8 55.56 14.89 -
YUV 185.56 65.04 128.31 -
System Red Green Blue C M Y K H S L
Decimal 186 207 74 0.10 0 0.64 0.19 69.47 0.58 0.55
Hex BA CF 4A A 0 40 13 45 3A 37
Octal 272 317 112 12 0 100 23 105 72 67
Binary 10111010 11001111 1001010 1010 0 1000000 10011 1000101 111010 110111

Color Harmonies of #BACF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF4A

Black with #BACF4A

Text Example


Text Example

White with #BACF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF4A; }

 p { color: rgb(186,207,74); }

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

background-color css

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

 a { background-color: rgb(186,207,74); }

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

border-color css

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

 span { border-color: rgb(186,207,74); }

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