Html Css Color HEX #BFBF3E Celery

📋 copy color: '#BFBF3E'

red 191 ◦ green 191 ◦ blue 62

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

Shades of Celery #BFBF3E

Tints of Celery #BFBF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 62 (24.61% from 255) = 13.96%

R = 43.02%
G = 43.02%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFBF3E (or 0xBFBF3E) is known color: Celery. HEX triplet: BF, BF and 3E. RGB value is (191,191,62). Sum of RGB (Red+Green+Blue) = 191+191+62=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF3E is #4040C1. Grayscale: #B0B0B0. Windows color (decimal): -4210882 or 4112319. OLE color: 4112319.

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

Color convert

RGB 191 191 62 -
CMYK 0 0 0.68 0.25
HSL 60º 0.51% 0.5% -
HSV(B) 60º 0.68% 0.75% -
XYZ 40.99 48.69 11.79 -
YUV 176.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 191 191 62 0 0 0.68 0.25 60 0.51 0.5
Hex BF BF 3E 0 0 44 19 3C 33 32
Octal 277 277 76 0 0 104 31 74 63 62
Binary 10111111 10111111 111110 0 0 1000100 11001 111100 110011 110010

Color Harmonies of #BFBF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF3E

Black with #BFBF3E

Text Example


Text Example

White with #BFBF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF3E; }

 p { color: rgb(191,191,62); }

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

background-color css

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

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

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

border-color css

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

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

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