Html Css Color HEX #BACD41 Celery

📋 copy color: '#BACD41'

red 186 ◦ green 205 ◦ blue 65

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

Shades of Celery #BACD41

Tints of Celery #BACD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 65 (25.78% from 255) = 14.25%

R = 40.79%
G = 44.96%
B = 14.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BACD41 (or 0xBACD41) is known color: Celery. HEX triplet: BA, CD and 41. RGB value is (186,205,65). Sum of RGB (Red+Green+Blue) = 186+205+65=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD41 is #4532BE. Grayscale: #B7B7B7. Windows color (decimal): -4534975 or 4312506. OLE color: 4312506.

HSL color Cylindrical-coordinate representation of color #BACD41: hue angle of 68.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BACD41 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 65 -
CMYK 0.09 0 0.68 0.20
HSL 68.14º 0.58% 0.53% -
HSV(B) 68.14º 0.68% 0.8% -
XYZ 43.04 54.48 13.25 -
YUV 183.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 186 205 65 0.09 0 0.68 0.20 68.14 0.58 0.53
Hex BA CD 41 9 0 44 14 44 3A 35
Octal 272 315 101 11 0 104 24 104 72 65
Binary 10111010 11001101 1000001 1001 0 1000100 10100 1000100 111010 110101

Color Harmonies of #BACD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD41

Black with #BACD41

Text Example


Text Example

White with #BACD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD41; }

 p { color: rgb(186,205,65); }

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

background-color css

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

 a { background-color: rgb(186,205,65); }

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

border-color css

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

 span { border-color: rgb(186,205,65); }

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