Html Css Color HEX #BFC349 Celery

📋 copy color: '#BFC349'

red 191 ◦ green 195 ◦ blue 73

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

Shades of Celery #BFC349

Tints of Celery #BFC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

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

R = 41.61%
G = 42.48%
B = 15.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#BFC349 (or 0xBFC349) is known color: Celery. HEX triplet: BF, C3 and 49. RGB value is (191,195,73). Sum of RGB (Red+Green+Blue) = 191+195+73=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC349 is #403CB6. Grayscale: #B4B4B4. Windows color (decimal): -4209847 or 4834239. OLE color: 4834239.

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

Color convert

RGB 191 195 73 -
CMYK 0.02 0 0.63 0.24
HSL 61.97º 0.5% 0.53% -
HSV(B) 61.97º 0.63% 0.76% -
XYZ 42.2 50.59 13.84 -
YUV 179.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 191 195 73 0.02 0 0.63 0.24 61.97 0.5 0.53
Hex BF C3 49 2 0 3F 18 3E 32 35
Octal 277 303 111 2 0 77 30 76 62 65
Binary 10111111 11000011 1001001 10 0 111111 11000 111110 110010 110101

Color Harmonies of #BFC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC349

Black with #BFC349

Text Example


Text Example

White with #BFC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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