Html Css Color HEX #BCD04C Celery

📋 copy color: '#BCD04C'

red 188 ◦ green 208 ◦ blue 76

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

Shades of Celery #BCD04C

Tints of Celery #BCD04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 39.83%
G = 44.07%
B = 16.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#BCD04C (or 0xBCD04C) is known color: Celery. HEX triplet: BC, D0 and 4C. RGB value is (188,208,76). Sum of RGB (Red+Green+Blue) = 188+208+76=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD04C is #432FB3. Grayscale: #BBBBBB. Windows color (decimal): -4403124 or 5034172. OLE color: 5034172.

HSL color Cylindrical-coordinate representation of color #BCD04C: hue angle of 69.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD04C is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 76 -
CMYK 0.10 0 0.63 0.18
HSL 69.09º 0.58% 0.56% -
HSV(B) 69.09º 0.63% 0.82% -
XYZ 44.6 56.32 15.36 -
YUV 186.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 188 208 76 0.10 0 0.63 0.18 69.09 0.58 0.56
Hex BC D0 4C A 0 3F 12 45 3A 38
Octal 274 320 114 12 0 77 22 105 72 70
Binary 10111100 11010000 1001100 1010 0 111111 10010 1000101 111010 111000

Color Harmonies of #BCD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD04C

Black with #BCD04C

Text Example


Text Example

White with #BCD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD04C; }

 p { color: rgb(188,208,76); }

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

background-color css

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

 a { background-color: rgb(188,208,76); }

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

border-color css

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

 span { border-color: rgb(188,208,76); }

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