Html Css Color HEX #BFC040 Celery

📋 copy color: '#BFC040'

red 191 ◦ green 192 ◦ blue 64

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

Shades of Celery #BFC040

Tints of Celery #BFC040

RGB

 RED value IS 191 (75% from 255) = 42.73%

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 42.73%
G = 42.95%
B = 14.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BFC040 (or 0xBFC040) is known color: Celery. HEX triplet: BF, C0 and 40. RGB value is (191,192,64). Sum of RGB (Red+Green+Blue) = 191+192+64=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC040 is #403FBF. Grayscale: #B1B1B1. Windows color (decimal): -4210624 or 4243647. OLE color: 4243647.

HSL color Cylindrical-coordinate representation of color #BFC040: hue angle of 60.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFC040 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 64 -
CMYK 0.01 0 0.67 0.25
HSL 60.47º 0.5% 0.5% -
HSV(B) 60.47º 0.67% 0.75% -
XYZ 41.26 49.15 12.16 -
YUV 177.11 64.17 137.91 -
System Red Green Blue C M Y K H S L
Decimal 191 192 64 0.01 0 0.67 0.25 60.47 0.5 0.5
Hex BF C0 40 1 0 43 19 3C 32 32
Octal 277 300 100 1 0 103 31 74 62 62
Binary 10111111 11000000 1000000 1 0 1000011 11001 111100 110010 110010

Color Harmonies of #BFC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC040

Black with #BFC040

Text Example


Text Example

White with #BFC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC040; }

 p { color: rgb(191,192,64); }

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

background-color css

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

 a { background-color: rgb(191,192,64); }

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

border-color css

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

 span { border-color: rgb(191,192,64); }

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