Html Css Color HEX #BFCB49 Celery

📋 copy color: '#BFCB49'

red 191 ◦ green 203 ◦ blue 73

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

Shades of Celery #BFCB49

Tints of Celery #BFCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

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

R = 40.9%
G = 43.47%
B = 15.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BFCB49 (or 0xBFCB49) is known color: Celery. HEX triplet: BF, CB and 49. RGB value is (191,203,73). Sum of RGB (Red+Green+Blue) = 191+203+73=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB49 is #4034B6. Grayscale: #B9B9B9. Windows color (decimal): -4207799 or 4836287. OLE color: 4836287.

HSL color Cylindrical-coordinate representation of color #BFCB49: hue angle of 65.54º 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 #BFCB49 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 73 -
CMYK 0.06 0 0.64 0.20
HSL 65.54º 0.56% 0.54% -
HSV(B) 65.54º 0.64% 0.8% -
XYZ 44.04 54.27 14.46 -
YUV 184.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 191 203 73 0.06 0 0.64 0.20 65.54 0.56 0.54
Hex BF CB 49 6 0 40 14 42 38 36
Octal 277 313 111 6 0 100 24 102 70 66
Binary 10111111 11001011 1001001 110 0 1000000 10100 1000010 111000 110110

Color Harmonies of #BFCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB49

Black with #BFCB49

Text Example


Text Example

White with #BFCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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