Html Css Color HEX #BACF42 Celery

📋 copy color: '#BACF42'

red 186 ◦ green 207 ◦ blue 66

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

Shades of Celery #BACF42

Tints of Celery #BACF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 40.52%
G = 45.1%
B = 14.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#BACF42 (or 0xBACF42) is known color: Celery. HEX triplet: BA, CF and 42. RGB value is (186,207,66). Sum of RGB (Red+Green+Blue) = 186+207+66=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACF42 is #4530BD. Grayscale: #B9B9B9. Windows color (decimal): -4534462 or 4378554. OLE color: 4378554.

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

Color convert

RGB 186 207 66 -
CMYK 0.10 0 0.68 0.19
HSL 68.94º 0.59% 0.54% -
HSV(B) 68.94º 0.68% 0.81% -
XYZ 43.55 55.46 13.56 -
YUV 184.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 186 207 66 0.10 0 0.68 0.19 68.94 0.59 0.54
Hex BA CF 42 A 0 44 13 45 3B 36
Octal 272 317 102 12 0 104 23 105 73 66
Binary 10111010 11001111 1000010 1010 0 1000100 10011 1000101 111011 110110

Color Harmonies of #BACF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF42

Black with #BACF42

Text Example


Text Example

White with #BACF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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