Html Css Color HEX #BCC44A Celery

📋 copy color: '#BCC44A'

red 188 ◦ green 196 ◦ blue 74

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

Shades of Celery #BCC44A

Tints of Celery #BCC44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

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

R = 41.05%
G = 42.79%
B = 16.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BCC44A (or 0xBCC44A) is known color: Celery. HEX triplet: BC, C4 and 4A. RGB value is (188,196,74). Sum of RGB (Red+Green+Blue) = 188+196+74=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC44A is #433BB5. Grayscale: #B4B4B4. Windows color (decimal): -4406198 or 4900028. OLE color: 4900028.

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

Color convert

RGB 188 196 74 -
CMYK 0.04 0 0.62 0.23
HSL 63.93º 0.51% 0.53% -
HSV(B) 63.93º 0.62% 0.77% -
XYZ 41.72 50.67 14.06 -
YUV 179.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 188 196 74 0.04 0 0.62 0.23 63.93 0.51 0.53
Hex BC C4 4A 4 0 3E 17 40 33 35
Octal 274 304 112 4 0 76 27 100 63 65
Binary 10111100 11000100 1001010 100 0 111110 10111 1000000 110011 110101

Color Harmonies of #BCC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC44A

Black with #BCC44A

Text Example


Text Example

White with #BCC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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