Html Css Color HEX #BCC445 Celery

📋 copy color: '#BCC445'

red 188 ◦ green 196 ◦ blue 69

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

Shades of Celery #BCC445

Tints of Celery #BCC445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.27%

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

R = 41.5%
G = 43.27%
B = 15.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#BCC445 (or 0xBCC445) is known color: Celery. HEX triplet: BC, C4 and 45. RGB value is (188,196,69). Sum of RGB (Red+Green+Blue) = 188+196+69=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC445 is #433BBA. Grayscale: #B3B3B3. Windows color (decimal): -4406203 or 4572348. OLE color: 4572348.

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

Color convert

RGB 188 196 69 -
CMYK 0.04 0 0.65 0.23
HSL 63.78º 0.52% 0.52% -
HSV(B) 63.78º 0.65% 0.77% -
XYZ 41.55 50.6 13.21 -
YUV 179.13 65.85 134.33 -
System Red Green Blue C M Y K H S L
Decimal 188 196 69 0.04 0 0.65 0.23 63.78 0.52 0.52
Hex BC C4 45 4 0 41 17 40 34 34
Octal 274 304 105 4 0 101 27 100 64 64
Binary 10111100 11000100 1000101 100 0 1000001 10111 1000000 110100 110100

Color Harmonies of #BCC445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC445

Black with #BCC445

Text Example


Text Example

White with #BCC445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC445; }

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

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

background-color css

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

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

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

border-color css

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

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

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