#BFCC4C

Color #BFCC4C Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BFCC4C

Tints of Celery #BFCC4C

Color information

#BFCC4C (or 0xBFCC4C) is unknown color: approx Celery. HEX triplet: BF, CC and 4C. RGB value is (191,204,76). Sum of RGB (Red+Green+Blue) = 191+204+76=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC4C is #4033B3. Grayscale: #BABABA. Windows color (decimal): -4207540 or 5033151. OLE color: 5033151.

HSL color Cylindrical-coordinate representation of color #BFCC4C: hue angle of 66.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFCC4C is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB19120476-
CMYK0.0600.630.2
HSL66.09º55.65%54.9%-
HSV(B)66.09º62.75%80%-
XYZ44.3854.7815.07-
YUV185.5266.19131.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=40.55%
G=43.31%
B=16.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal191204760.0600.630.266.0955.6554.9
HexBFCC4C603F14423837
Octal2773141146077241027067
Binary101111111100110010011001100111111101001000010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC4C; }

 p { color: rgb(191,204,76); }

 H1.HeaderClassName
 {
   color: #BFCC4C;
 }
 .AnyTagClassName
 {
   color: #BFCC4C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,204,76); }

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

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

 span { border-color: rgb(191,204,76); }

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