Html Css Color HEX #BFBC40 Celery

📋 copy color: '#BFBC40'

red 191 ◦ green 188 ◦ blue 64

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

Shades of Celery #BFBC40

Tints of Celery #BFBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 43.12%
G = 42.44%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFBC40 (or 0xBFBC40) is known color: Celery. HEX triplet: BF, BC and 40. RGB value is (191,188,64). Sum of RGB (Red+Green+Blue) = 191+188+64=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC40 is #4043BF. Grayscale: #AFAFAF. Windows color (decimal): -4211648 or 4242623. OLE color: 4242623.

HSL color Cylindrical-coordinate representation of color #BFBC40: hue angle of 58.58º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFBC40 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 64 -
CMYK 0 0.02 0.66 0.25
HSL 58.58º 0.5% 0.5% -
HSV(B) 58.58º 0.66% 0.75% -
XYZ 40.39 47.41 11.87 -
YUV 174.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 191 188 64 0 0.02 0.66 0.25 58.58 0.5 0.5
Hex BF BC 40 0 2 42 19 3B 32 32
Octal 277 274 100 0 2 102 31 73 62 62
Binary 10111111 10111100 1000000 0 10 1000010 11001 111011 110010 110010

Color Harmonies of #BFBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC40

Black with #BFBC40

Text Example


Text Example

White with #BFBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC40; }

 p { color: rgb(191,188,64); }

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

background-color css

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

 a { background-color: rgb(191,188,64); }

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

border-color css

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

 span { border-color: rgb(191,188,64); }

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