Html Css Color HEX #BAC54B Celery

📋 copy color: '#BAC54B'

red 186 ◦ green 197 ◦ blue 75

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

Shades of Celery #BAC54B

Tints of Celery #BAC54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

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

R = 40.61%
G = 43.01%
B = 16.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BAC54B (or 0xBAC54B) is known color: Celery. HEX triplet: BA, C5 and 4B. RGB value is (186,197,75). Sum of RGB (Red+Green+Blue) = 186+197+75=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC54B is #453AB4. Grayscale: #B4B4B4. Windows color (decimal): -4537013 or 4965818. OLE color: 4965818.

HSL color Cylindrical-coordinate representation of color #BAC54B: hue angle of 65.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC54B is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 75 -
CMYK 0.06 0 0.62 0.23
HSL 65.41º 0.51% 0.53% -
HSV(B) 65.41º 0.62% 0.77% -
XYZ 41.49 50.88 14.29 -
YUV 179.8 68.86 132.42 -
System Red Green Blue C M Y K H S L
Decimal 186 197 75 0.06 0 0.62 0.23 65.41 0.51 0.53
Hex BA C5 4B 6 0 3E 17 41 33 35
Octal 272 305 113 6 0 76 27 101 63 65
Binary 10111010 11000101 1001011 110 0 111110 10111 1000001 110011 110101

Color Harmonies of #BAC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC54B

Black with #BAC54B

Text Example


Text Example

White with #BAC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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