Html Css Color HEX #BFBA42 Celery

📋 copy color: '#BFBA42'

red 191 ◦ green 186 ◦ blue 66

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

Shades of Celery #BFBA42

Tints of Celery #BFBA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 43.12%
G = 41.99%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFBA42 (or 0xBFBA42) is known color: Celery. HEX triplet: BF, BA and 42. RGB value is (191,186,66). Sum of RGB (Red+Green+Blue) = 191+186+66=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA42 is #4045BD. Grayscale: #AEAEAE. Windows color (decimal): -4212158 or 4373183. OLE color: 4373183.

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

Color convert

RGB 191 186 66 -
CMYK 0 0.03 0.65 0.25
HSL 57.6º 0.49% 0.5% -
HSV(B) 57.6º 0.65% 0.75% -
XYZ 40.03 46.59 12.04 -
YUV 173.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 191 186 66 0 0.03 0.65 0.25 57.6 0.49 0.5
Hex BF BA 42 0 3 41 19 3A 31 32
Octal 277 272 102 0 3 101 31 72 61 62
Binary 10111111 10111010 1000010 0 11 1000001 11001 111010 110001 110010

Color Harmonies of #BFBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA42

Black with #BFBA42

Text Example


Text Example

White with #BFBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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