#BFCC4F

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

Shades of Celery #BFCC4F

Tints of Celery #BFCC4F

Color information

#BFCC4F (or 0xBFCC4F) is unknown color: approx Celery. HEX triplet: BF, CC and 4F. RGB value is (191,204,79). Sum of RGB (Red+Green+Blue) = 191+204+79=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC4F is #4033B0. Grayscale: #BABABA. Windows color (decimal): -4207537 or 5229759. OLE color: 5229759.

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

Color convert

RGB19120479-
CMYK0.0600.610.2
HSL66.24º55.07%55.49%-
HSV(B)66.24º61.27%80%-
XYZ44.4954.8315.63-
YUV185.8667.69131.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 79 (31.25% from 255) = 16.67%
R=40.30%
G=43.04%
B=16.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal191204790.0600.610.266.2455.0755.49
HexBFCC4F603D14423737
Octal2773141176075241026767
Binary101111111100110010011111100111101101001000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC4F; }

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

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

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

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

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

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

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

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