Html Css Color HEX #BCC64F Celery

📋 copy color: '#BCC64F'

red 188 ◦ green 198 ◦ blue 79

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

Shades of Celery #BCC64F

Tints of Celery #BCC64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.58%

 BLUE value IS 79 (31.25% from 255) = 16.99%

R = 40.43%
G = 42.58%
B = 16.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#BCC64F (or 0xBCC64F) is known color: Celery. HEX triplet: BC, C6 and 4F. RGB value is (188,198,79). Sum of RGB (Red+Green+Blue) = 188+198+79=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC64F is #4339B0. Grayscale: #B5B5B5. Windows color (decimal): -4405681 or 5228220. OLE color: 5228220.

HSL color Cylindrical-coordinate representation of color #BCC64F: hue angle of 65.04º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCC64F is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 79 -
CMYK 0.05 0 0.60 0.22
HSL 65.04º 0.51% 0.54% -
HSV(B) 65.04º 0.6% 0.78% -
XYZ 42.34 51.64 15.13 -
YUV 181.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 188 198 79 0.05 0 0.60 0.22 65.04 0.51 0.54
Hex BC C6 4F 5 0 3C 16 41 33 36
Octal 274 306 117 5 0 74 26 101 63 66
Binary 10111100 11000110 1001111 101 0 111100 10110 1000001 110011 110110

Color Harmonies of #BCC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC64F

Black with #BCC64F

Text Example


Text Example

White with #BCC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC64F; }

 p { color: rgb(188,198,79); }

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

background-color css

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

 a { background-color: rgb(188,198,79); }

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

border-color css

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

 span { border-color: rgb(188,198,79); }

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