Html Css Color HEX #BCC64D Celery

📋 copy color: '#BCC64D'

red 188 ◦ green 198 ◦ blue 77

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

Shades of Celery #BCC64D

Tints of Celery #BCC64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 40.6%
G = 42.76%
B = 16.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#BCC64D (or 0xBCC64D) is known color: Celery. HEX triplet: BC, C6 and 4D. RGB value is (188,198,77). Sum of RGB (Red+Green+Blue) = 188+198+77=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC64D is #4339B2. Grayscale: #B5B5B5. Windows color (decimal): -4405683 or 5097148. OLE color: 5097148.

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

Color convert

RGB 188 198 77 -
CMYK 0.05 0 0.61 0.22
HSL 64.96º 0.51% 0.54% -
HSV(B) 64.96º 0.61% 0.78% -
XYZ 42.27 51.62 14.76 -
YUV 181.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 188 198 77 0.05 0 0.61 0.22 64.96 0.51 0.54
Hex BC C6 4D 5 0 3D 16 41 33 36
Octal 274 306 115 5 0 75 26 101 63 66
Binary 10111100 11000110 1001101 101 0 111101 10110 1000001 110011 110110

Color Harmonies of #BCC64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC64D

Black with #BCC64D

Text Example


Text Example

White with #BCC64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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