Html Css Color HEX #BACA41 Celery

📋 copy color: '#BACA41'

red 186 ◦ green 202 ◦ blue 65

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

Shades of Celery #BACA41

Tints of Celery #BACA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

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

R = 41.06%
G = 44.59%
B = 14.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#BACA41 (or 0xBACA41) is known color: Celery. HEX triplet: BA, CA and 41. RGB value is (186,202,65). Sum of RGB (Red+Green+Blue) = 186+202+65=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA41 is #4535BE. Grayscale: #B6B6B6. Windows color (decimal): -4535743 or 4311738. OLE color: 4311738.

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

Color convert

RGB 186 202 65 -
CMYK 0.08 0 0.68 0.21
HSL 67.01º 0.56% 0.52% -
HSV(B) 67.01º 0.68% 0.79% -
XYZ 42.32 53.06 13.01 -
YUV 181.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 186 202 65 0.08 0 0.68 0.21 67.01 0.56 0.52
Hex BA CA 41 8 0 44 15 43 38 34
Octal 272 312 101 10 0 104 25 103 70 64
Binary 10111010 11001010 1000001 1000 0 1000100 10101 1000011 111000 110100

Color Harmonies of #BACA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA41

Black with #BACA41

Text Example


Text Example

White with #BACA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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