Html Css Color HEX #BCC354 Celery

📋 copy color: '#BCC354'

red 188 ◦ green 195 ◦ blue 84

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

Shades of Celery #BCC354

Tints of Celery #BCC354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.99%

R = 40.26%
G = 41.76%
B = 17.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#BCC354 (or 0xBCC354) is known color: Celery. HEX triplet: BC, C3 and 54. RGB value is (188,195,84). Sum of RGB (Red+Green+Blue) = 188+195+84=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC354 is #433CAB. Grayscale: #B4B4B4. Windows color (decimal): -4406444 or 5555132. OLE color: 5555132.

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

Color convert

RGB 188 195 84 -
CMYK 0.04 0 0.57 0.24
HSL 63.78º 0.48% 0.55% -
HSV(B) 63.78º 0.57% 0.76% -
XYZ 41.85 50.36 15.9 -
YUV 180.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 188 195 84 0.04 0 0.57 0.24 63.78 0.48 0.55
Hex BC C3 54 4 0 39 18 40 30 37
Octal 274 303 124 4 0 71 30 100 60 67
Binary 10111100 11000011 1010100 100 0 111001 11000 1000000 110000 110111

Color Harmonies of #BCC354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC354

Black with #BCC354

Text Example


Text Example

White with #BCC354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC354; }

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

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

background-color css

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

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

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

border-color css

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

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

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