Html Css Color HEX #BFC044 Celery

📋 copy color: '#BFC044'

red 191 ◦ green 192 ◦ blue 68

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

Shades of Celery #BFC044

Tints of Celery #BFC044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.08%

R = 42.35%
G = 42.57%
B = 15.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFC044 (or 0xBFC044) is known color: Celery. HEX triplet: BF, C0 and 44. RGB value is (191,192,68). Sum of RGB (Red+Green+Blue) = 191+192+68=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC044 is #403FBB. Grayscale: #B2B2B2. Windows color (decimal): -4210620 or 4505791. OLE color: 4505791.

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

Color convert

RGB 191 192 68 -
CMYK 0.01 0 0.65 0.25
HSL 60.48º 0.5% 0.51% -
HSV(B) 60.48º 0.65% 0.75% -
XYZ 41.38 49.19 12.78 -
YUV 177.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 191 192 68 0.01 0 0.65 0.25 60.48 0.5 0.51
Hex BF C0 44 1 0 41 19 3C 32 33
Octal 277 300 104 1 0 101 31 74 62 63
Binary 10111111 11000000 1000100 1 0 1000001 11001 111100 110010 110011

Color Harmonies of #BFC044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC044

Black with #BFC044

Text Example


Text Example

White with #BFC044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC044; }

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

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

background-color css

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

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

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

border-color css

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

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

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