Html Css Color HEX #BFCC49 Celery

📋 copy color: '#BFCC49'

red 191 ◦ green 204 ◦ blue 73

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

Shades of Celery #BFCC49

Tints of Celery #BFCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

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

R = 40.81%
G = 43.59%
B = 15.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#BFCC49 (or 0xBFCC49) is known color: Celery. HEX triplet: BF, CC and 49. RGB value is (191,204,73). Sum of RGB (Red+Green+Blue) = 191+204+73=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC49 is #4033B6. Grayscale: #B9B9B9. Windows color (decimal): -4207543 or 4836543. OLE color: 4836543.

HSL color Cylindrical-coordinate representation of color #BFCC49: hue angle of 65.95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFCC49 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 73 -
CMYK 0.06 0 0.64 0.2
HSL 65.95º 0.56% 0.54% -
HSV(B) 65.95º 0.64% 0.8% -
XYZ 44.28 54.74 14.54 -
YUV 185.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 191 204 73 0.06 0 0.64 0.2 65.95 0.56 0.54
Hex BF CC 49 6 0 40 14 42 38 36
Octal 277 314 111 6 0 100 24 102 70 66
Binary 10111111 11001100 1001001 110 0 1000000 10100 1000010 111000 110110

Color Harmonies of #BFCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC49

Black with #BFCC49

Text Example


Text Example

White with #BFCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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