Html Css Color HEX #BCCD45 Celery

📋 copy color: '#BCCD45'

red 188 ◦ green 205 ◦ blue 69

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

Shades of Celery #BCCD45

Tints of Celery #BCCD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.94%

R = 40.69%
G = 44.37%
B = 14.94%

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

#BCCD45 (or 0xBCCD45) is known color: Celery. HEX triplet: BC, CD and 45. RGB value is (188,205,69). Sum of RGB (Red+Green+Blue) = 188+205+69=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD45 is #4332BA. Grayscale: #B8B8B8. Windows color (decimal): -4403899 or 4574652. OLE color: 4574652.

HSL color Cylindrical-coordinate representation of color #BCCD45: hue angle of 67.5º degrees, saturation: 0.58, 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 #BCCD45 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 69 -
CMYK 0.08 0 0.66 0.20
HSL 67.5º 0.58% 0.54% -
HSV(B) 67.5º 0.66% 0.8% -
XYZ 43.64 54.78 13.9 -
YUV 184.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 188 205 69 0.08 0 0.66 0.20 67.5 0.58 0.54
Hex BC CD 45 8 0 42 14 44 3A 36
Octal 274 315 105 10 0 102 24 104 72 66
Binary 10111100 11001101 1000101 1000 0 1000010 10100 1000100 111010 110110

Color Harmonies of #BCCD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD45

Black with #BCCD45

Text Example


Text Example

White with #BCCD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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