Html Css Color HEX #BCC54A Celery

📋 copy color: '#BCC54A'

red 188 ◦ green 197 ◦ blue 74

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

Shades of Celery #BCC54A

Tints of Celery #BCC54A

RGB

 RED value IS 188 (73.83% from 255) = 40.96%

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

 BLUE value IS 74 (29.3% from 255) = 16.12%

R = 40.96%
G = 42.92%
B = 16.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BCC54A (or 0xBCC54A) is known color: Celery. HEX triplet: BC, C5 and 4A. RGB value is (188,197,74). Sum of RGB (Red+Green+Blue) = 188+197+74=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC54A is #433AB5. Grayscale: #B4B4B4. Windows color (decimal): -4405942 or 4900284. OLE color: 4900284.

HSL color Cylindrical-coordinate representation of color #BCC54A: hue angle of 64.39º 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 #BCC54A is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 74 -
CMYK 0.05 0 0.62 0.23
HSL 64.39º 0.51% 0.53% -
HSV(B) 64.39º 0.62% 0.77% -
XYZ 41.94 51.12 14.13 -
YUV 180.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 188 197 74 0.05 0 0.62 0.23 64.39 0.51 0.53
Hex BC C5 4A 5 0 3E 17 40 33 35
Octal 274 305 112 5 0 76 27 100 63 65
Binary 10111100 11000101 1001010 101 0 111110 10111 1000000 110011 110101

Color Harmonies of #BCC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC54A

Black with #BCC54A

Text Example


Text Example

White with #BCC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC54A; }

 p { color: rgb(188,197,74); }

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

background-color css

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

 a { background-color: rgb(188,197,74); }

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

border-color css

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

 span { border-color: rgb(188,197,74); }

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