Html Css Color HEX #BFBA4C Celery

📋 copy color: '#BFBA4C'

red 191 ◦ green 186 ◦ blue 76

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

Shades of Celery #BFBA4C

Tints of Celery #BFBA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 76 (30.08% from 255) = 16.78%

R = 42.16%
G = 41.06%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BFBA4C (or 0xBFBA4C) is known color: Celery. HEX triplet: BF, BA and 4C. RGB value is (191,186,76). Sum of RGB (Red+Green+Blue) = 191+186+76=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA4C is #4045B3. Grayscale: #AFAFAF. Windows color (decimal): -4212148 or 5028543. OLE color: 5028543.

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

Color convert

RGB 191 186 76 -
CMYK 0 0.03 0.60 0.25
HSL 57.39º 0.47% 0.52% -
HSV(B) 57.39º 0.6% 0.75% -
XYZ 40.35 46.72 13.73 -
YUV 174.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 191 186 76 0 0.03 0.60 0.25 57.39 0.47 0.52
Hex BF BA 4C 0 3 3C 19 39 2F 34
Octal 277 272 114 0 3 74 31 71 57 64
Binary 10111111 10111010 1001100 0 11 111100 11001 111001 101111 110100

Color Harmonies of #BFBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA4C

Black with #BFBA4C

Text Example


Text Example

White with #BFBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA4C; }

 p { color: rgb(191,186,76); }

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

background-color css

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

 a { background-color: rgb(191,186,76); }

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

border-color css

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

 span { border-color: rgb(191,186,76); }

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