Html Css Color HEX #BFC140 Celery

📋 copy color: '#BFC140'

red 191 ◦ green 193 ◦ blue 64

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

Shades of Celery #BFC140

Tints of Celery #BFC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.08%

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

R = 42.63%
G = 43.08%
B = 14.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BFC140 (or 0xBFC140) is known color: Celery. HEX triplet: BF, C1 and 40. RGB value is (191,193,64). Sum of RGB (Red+Green+Blue) = 191+193+64=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC140 is #403EBF. Grayscale: #B2B2B2. Windows color (decimal): -4210368 or 4243903. OLE color: 4243903.

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

Color convert

RGB 191 193 64 -
CMYK 0.01 0 0.67 0.24
HSL 60.93º 0.51% 0.5% -
HSV(B) 60.93º 0.67% 0.76% -
XYZ 41.48 49.59 12.24 -
YUV 177.7 63.84 137.49 -
System Red Green Blue C M Y K H S L
Decimal 191 193 64 0.01 0 0.67 0.24 60.93 0.51 0.5
Hex BF C1 40 1 0 43 18 3D 33 32
Octal 277 301 100 1 0 103 30 75 63 62
Binary 10111111 11000001 1000000 1 0 1000011 11000 111101 110011 110010

Color Harmonies of #BFC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC140

Black with #BFC140

Text Example


Text Example

White with #BFC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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