Html Css Color HEX #BFBC3F Celery

📋 copy color: '#BFBC3F'

red 191 ◦ green 188 ◦ blue 63

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

Shades of Celery #BFBC3F

Tints of Celery #BFBC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 43.21%
G = 42.53%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BFBC3F (or 0xBFBC3F) is known color: Celery. HEX triplet: BF, BC and 3F. RGB value is (191,188,63). Sum of RGB (Red+Green+Blue) = 191+188+63=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC3F is #4043C0. Grayscale: #AFAFAF. Windows color (decimal): -4211649 or 4177087. OLE color: 4177087.

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

Color convert

RGB 191 188 63 -
CMYK 0 0.02 0.67 0.25
HSL 58.59º 0.5% 0.5% -
HSV(B) 58.59º 0.67% 0.75% -
XYZ 40.37 47.4 11.72 -
YUV 174.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 191 188 63 0 0.02 0.67 0.25 58.59 0.5 0.5
Hex BF BC 3F 0 2 43 19 3B 32 32
Octal 277 274 77 0 2 103 31 73 62 62
Binary 10111111 10111100 111111 0 10 1000011 11001 111011 110010 110010

Color Harmonies of #BFBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC3F

Black with #BFBC3F

Text Example


Text Example

White with #BFBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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