Html Css Color HEX #BFBC4D Celery

📋 copy color: '#BFBC4D'

red 191 ◦ green 188 ◦ blue 77

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

Shades of Celery #BFBC4D

Tints of Celery #BFBC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.89%

R = 41.89%
G = 41.23%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BFBC4D (or 0xBFBC4D) is known color: Celery. HEX triplet: BF, BC and 4D. RGB value is (191,188,77). Sum of RGB (Red+Green+Blue) = 191+188+77=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC4D is #4043B2. Grayscale: #B0B0B0. Windows color (decimal): -4211635 or 5094591. OLE color: 5094591.

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

Color convert

RGB 191 188 77 -
CMYK 0 0.02 0.60 0.25
HSL 58.42º 0.47% 0.53% -
HSV(B) 58.42º 0.6% 0.75% -
XYZ 40.81 47.58 14.05 -
YUV 176.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 191 188 77 0 0.02 0.60 0.25 58.42 0.47 0.53
Hex BF BC 4D 0 2 3C 19 3A 2F 35
Octal 277 274 115 0 2 74 31 72 57 65
Binary 10111111 10111100 1001101 0 10 111100 11001 111010 101111 110101

Color Harmonies of #BFBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC4D

Black with #BFBC4D

Text Example


Text Example

White with #BFBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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