Html Css Color HEX #BFC740 Celery

📋 copy color: '#BFC740'

red 191 ◦ green 199 ◦ blue 64

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

Shades of Celery #BFC740

Tints of Celery #BFC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.83%

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

R = 42.07%
G = 43.83%
B = 14.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#BFC740 (or 0xBFC740) is known color: Celery. HEX triplet: BF, C7 and 40. RGB value is (191,199,64). Sum of RGB (Red+Green+Blue) = 191+199+64=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC740 is #4038BF. Grayscale: #B5B5B5. Windows color (decimal): -4208832 or 4245439. OLE color: 4245439.

HSL color Cylindrical-coordinate representation of color #BFC740: hue angle of 63.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFC740 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 64 -
CMYK 0.04 0 0.68 0.22
HSL 63.56º 0.55% 0.52% -
HSV(B) 63.56º 0.68% 0.78% -
XYZ 42.83 52.29 12.69 -
YUV 181.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 191 199 64 0.04 0 0.68 0.22 63.56 0.55 0.52
Hex BF C7 40 4 0 44 16 40 37 34
Octal 277 307 100 4 0 104 26 100 67 64
Binary 10111111 11000111 1000000 100 0 1000100 10110 1000000 110111 110100

Color Harmonies of #BFC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC740

Black with #BFC740

Text Example


Text Example

White with #BFC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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