Html Css Color HEX #BCC345 Celery

📋 copy color: '#BCC345'

red 188 ◦ green 195 ◦ blue 69

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

Shades of Celery #BCC345

Tints of Celery #BCC345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

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

R = 41.59%
G = 43.14%
B = 15.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#BCC345 (or 0xBCC345) is known color: Celery. HEX triplet: BC, C3 and 45. RGB value is (188,195,69). Sum of RGB (Red+Green+Blue) = 188+195+69=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC345 is #433CBA. Grayscale: #B3B3B3. Windows color (decimal): -4406459 or 4572092. OLE color: 4572092.

HSL color Cylindrical-coordinate representation of color #BCC345: hue angle of 63.33º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCC345 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 69 -
CMYK 0.04 0 0.65 0.24
HSL 63.33º 0.51% 0.52% -
HSV(B) 63.33º 0.65% 0.76% -
XYZ 41.33 50.15 13.13 -
YUV 178.54 66.18 134.75 -
System Red Green Blue C M Y K H S L
Decimal 188 195 69 0.04 0 0.65 0.24 63.33 0.51 0.52
Hex BC C3 45 4 0 41 18 3F 33 34
Octal 274 303 105 4 0 101 30 77 63 64
Binary 10111100 11000011 1000101 100 0 1000001 11000 111111 110011 110100

Color Harmonies of #BCC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC345

Black with #BCC345

Text Example


Text Example

White with #BCC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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