Html Css Color HEX #BCD04E Celery

📋 copy color: '#BCD04E'

red 188 ◦ green 208 ◦ blue 78

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

Shades of Celery #BCD04E

Tints of Celery #BCD04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.46%

R = 39.66%
G = 43.88%
B = 16.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#BCD04E (or 0xBCD04E) is known color: Celery. HEX triplet: BC, D0 and 4E. RGB value is (188,208,78). Sum of RGB (Red+Green+Blue) = 188+208+78=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD04E is #432FB1. Grayscale: #BBBBBB. Windows color (decimal): -4403122 or 5165244. OLE color: 5165244.

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

Color convert

RGB 188 208 78 -
CMYK 0.10 0 0.62 0.18
HSL 69.23º 0.58% 0.56% -
HSV(B) 69.23º 0.63% 0.82% -
XYZ 44.67 56.35 15.73 -
YUV 187.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 188 208 78 0.10 0 0.62 0.18 69.23 0.58 0.56
Hex BC D0 4E A 0 3E 12 45 3A 38
Octal 274 320 116 12 0 76 22 105 72 70
Binary 10111100 11010000 1001110 1010 0 111110 10010 1000101 111010 111000

Color Harmonies of #BCD04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD04E

Black with #BCD04E

Text Example


Text Example

White with #BCD04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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