Html Css Color HEX #BCCD46 Celery

📋 copy color: '#BCCD46'

red 188 ◦ green 205 ◦ blue 70

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

Shades of Celery #BCCD46

Tints of Celery #BCCD46

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

 BLUE value IS 70 (27.73% from 255) = 15.12%

R = 40.6%
G = 44.28%
B = 15.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#BCCD46 (or 0xBCCD46) is known color: Celery. HEX triplet: BC, CD and 46. RGB value is (188,205,70). Sum of RGB (Red+Green+Blue) = 188+205+70=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD46 is #4332B9. Grayscale: #B9B9B9. Windows color (decimal): -4403898 or 4640188. OLE color: 4640188.

HSL color Cylindrical-coordinate representation of color #BCCD46: hue angle of 67.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCCD46 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 70 -
CMYK 0.08 0 0.66 0.20
HSL 67.56º 0.57% 0.54% -
HSV(B) 67.56º 0.66% 0.8% -
XYZ 43.68 54.8 14.07 -
YUV 184.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 188 205 70 0.08 0 0.66 0.20 67.56 0.57 0.54
Hex BC CD 46 8 0 42 14 44 39 36
Octal 274 315 106 10 0 102 24 104 71 66
Binary 10111100 11001101 1000110 1000 0 1000010 10100 1000100 111001 110110

Color Harmonies of #BCCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD46

Black with #BCCD46

Text Example


Text Example

White with #BCCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD46; }

 p { color: rgb(188,205,70); }

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

background-color css

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

 a { background-color: rgb(188,205,70); }

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

border-color css

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

 span { border-color: rgb(188,205,70); }

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