Html Css Color HEX #BFD376 Deco

📋 copy color: '#BFD376'

red 191 ◦ green 211 ◦ blue 118

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

Shades of Deco #BFD376

Tints of Deco #BFD376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.58%

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 36.73%
G = 40.58%
B = 22.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#BFD376 (or 0xBFD376) is known color: Deco. HEX triplet: BF, D3 and 76. RGB value is (191,211,118). Sum of RGB (Red+Green+Blue) = 191+211+118=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD376 is #402C89. Grayscale: #C2C2C2. Windows color (decimal): -4205706 or 7787455. OLE color: 7787455.

HSL color Cylindrical-coordinate representation of color #BFD376: hue angle of 72.9º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD376 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 118 -
CMYK 0.09 0 0.44 0.17
HSL 72.9º 0.51% 0.65% -
HSV(B) 72.9º 0.44% 0.83% -
XYZ 48.05 58.97 25.99 -
YUV 194.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 191 211 118 0.09 0 0.44 0.17 72.9 0.51 0.65
Hex BF D3 76 9 0 2C 11 49 33 41
Octal 277 323 166 11 0 54 21 111 63 101
Binary 10111111 11010011 1110110 1001 0 101100 10001 1001001 110011 1000001

Color Harmonies of #BFD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD376

Black with #BFD376

Text Example


Text Example

White with #BFD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD376; }

 p { color: rgb(191,211,118); }

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

background-color css

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

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

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

border-color css

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

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

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