Html Css Color HEX #BFCF49 Celery

📋 copy color: '#BFCF49'

red 191 ◦ green 207 ◦ blue 73

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

Shades of Celery #BFCF49

Tints of Celery #BFCF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

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

R = 40.55%
G = 43.95%
B = 15.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BFCF49 (or 0xBFCF49) is known color: Celery. HEX triplet: BF, CF and 49. RGB value is (191,207,73). Sum of RGB (Red+Green+Blue) = 191+207+73=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF49 is #4030B6. Grayscale: #BBBBBB. Windows color (decimal): -4206775 or 4837311. OLE color: 4837311.

HSL color Cylindrical-coordinate representation of color #BFCF49: hue angle of 67.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFCF49 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 73 -
CMYK 0.08 0 0.65 0.19
HSL 67.16º 0.58% 0.55% -
HSV(B) 67.16º 0.65% 0.81% -
XYZ 45 56.18 14.78 -
YUV 186.94 63.7 130.9 -
System Red Green Blue C M Y K H S L
Decimal 191 207 73 0.08 0 0.65 0.19 67.16 0.58 0.55
Hex BF CF 49 8 0 41 13 43 3A 37
Octal 277 317 111 10 0 101 23 103 72 67
Binary 10111111 11001111 1001001 1000 0 1000001 10011 1000011 111010 110111

Color Harmonies of #BFCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF49

Black with #BFCF49

Text Example


Text Example

White with #BFCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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