Html Css Color HEX #BFC249 Celery

📋 copy color: '#BFC249'

red 191 ◦ green 194 ◦ blue 73

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

Shades of Celery #BFC249

Tints of Celery #BFC249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.94%

R = 41.7%
G = 42.36%
B = 15.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BFC249 (or 0xBFC249) is known color: Celery. HEX triplet: BF, C2 and 49. RGB value is (191,194,73). Sum of RGB (Red+Green+Blue) = 191+194+73=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC249 is #403DB6. Grayscale: #B3B3B3. Windows color (decimal): -4210103 or 4833983. OLE color: 4833983.

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

Color convert

RGB 191 194 73 -
CMYK 0.02 0 0.62 0.24
HSL 61.49º 0.5% 0.52% -
HSV(B) 61.49º 0.62% 0.76% -
XYZ 41.98 50.14 13.77 -
YUV 179.31 68.01 136.34 -
System Red Green Blue C M Y K H S L
Decimal 191 194 73 0.02 0 0.62 0.24 61.49 0.5 0.52
Hex BF C2 49 2 0 3E 18 3D 32 34
Octal 277 302 111 2 0 76 30 75 62 64
Binary 10111111 11000010 1001001 10 0 111110 11000 111101 110010 110100

Color Harmonies of #BFC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC249

Black with #BFC249

Text Example


Text Example

White with #BFC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC249; }

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

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

background-color css

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

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

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

border-color css

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

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

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