Html Css Color HEX #BFC240 Celery

📋 copy color: '#BFC240'

red 191 ◦ green 194 ◦ blue 64

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

Shades of Celery #BFC240

Tints of Celery #BFC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 42.54%
G = 43.21%
B = 14.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BFC240 (or 0xBFC240) is known color: Celery. HEX triplet: BF, C2 and 40. RGB value is (191,194,64). Sum of RGB (Red+Green+Blue) = 191+194+64=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC240 is #403DBF. Grayscale: #B2B2B2. Windows color (decimal): -4210112 or 4244159. OLE color: 4244159.

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

Color convert

RGB 191 194 64 -
CMYK 0.02 0 0.67 0.24
HSL 61.38º 0.52% 0.51% -
HSV(B) 61.38º 0.67% 0.76% -
XYZ 41.7 50.03 12.31 -
YUV 178.28 63.51 137.07 -
System Red Green Blue C M Y K H S L
Decimal 191 194 64 0.02 0 0.67 0.24 61.38 0.52 0.51
Hex BF C2 40 2 0 43 18 3D 34 33
Octal 277 302 100 2 0 103 30 75 64 63
Binary 10111111 11000010 1000000 10 0 1000011 11000 111101 110100 110011

Color Harmonies of #BFC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC240

Black with #BFC240

Text Example


Text Example

White with #BFC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC240; }

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

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

background-color css

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

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

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

border-color css

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

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

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