Html Css Color HEX #BAC74B Celery

📋 copy color: '#BAC74B'

red 186 ◦ green 199 ◦ blue 75

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

Shades of Celery #BAC74B

Tints of Celery #BAC74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.26%

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

R = 40.43%
G = 43.26%
B = 16.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#BAC74B (or 0xBAC74B) is known color: Celery. HEX triplet: BA, C7 and 4B. RGB value is (186,199,75). Sum of RGB (Red+Green+Blue) = 186+199+75=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC74B is #4538B4. Grayscale: #B5B5B5. Windows color (decimal): -4536501 or 4966330. OLE color: 4966330.

HSL color Cylindrical-coordinate representation of color #BAC74B: hue angle of 66.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC74B is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 75 -
CMYK 0.07 0 0.62 0.22
HSL 66.29º 0.53% 0.54% -
HSV(B) 66.29º 0.62% 0.78% -
XYZ 41.94 51.79 14.44 -
YUV 180.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 186 199 75 0.07 0 0.62 0.22 66.29 0.53 0.54
Hex BA C7 4B 7 0 3E 16 42 35 36
Octal 272 307 113 7 0 76 26 102 65 66
Binary 10111010 11000111 1001011 111 0 111110 10110 1000010 110101 110110

Color Harmonies of #BAC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC74B

Black with #BAC74B

Text Example


Text Example

White with #BAC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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