Html Css Color HEX #BFCA49 Celery

📋 copy color: '#BFCA49'

red 191 ◦ green 202 ◦ blue 73

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

Shades of Celery #BFCA49

Tints of Celery #BFCA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

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

R = 40.99%
G = 43.35%
B = 15.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BFCA49 (or 0xBFCA49) is known color: Celery. HEX triplet: BF, CA and 49. RGB value is (191,202,73). Sum of RGB (Red+Green+Blue) = 191+202+73=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCA49 is #4035B6. Grayscale: #B8B8B8. Windows color (decimal): -4208055 or 4836031. OLE color: 4836031.

HSL color Cylindrical-coordinate representation of color #BFCA49: hue angle of 65.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFCA49 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 73 -
CMYK 0.05 0 0.64 0.21
HSL 65.12º 0.55% 0.54% -
HSV(B) 65.12º 0.64% 0.79% -
XYZ 43.81 53.8 14.38 -
YUV 184.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 191 202 73 0.05 0 0.64 0.21 65.12 0.55 0.54
Hex BF CA 49 5 0 40 15 41 37 36
Octal 277 312 111 5 0 100 25 101 67 66
Binary 10111111 11001010 1001001 101 0 1000000 10101 1000001 110111 110110

Color Harmonies of #BFCA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA49

Black with #BFCA49

Text Example


Text Example

White with #BFCA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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