Html Css Color HEX #BFD077 Deco

📋 copy color: '#BFD077'

red 191 ◦ green 208 ◦ blue 119

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

Shades of Deco #BFD077

Tints of Deco #BFD077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 36.87%
G = 40.15%
B = 22.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BFD077 (or 0xBFD077) is known color: Deco. HEX triplet: BF, D0 and 77. RGB value is (191,208,119). Sum of RGB (Red+Green+Blue) = 191+208+119=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD077 is #402F88. Grayscale: #C1C1C1. Windows color (decimal): -4206473 or 7852223. OLE color: 7852223.

HSL color Cylindrical-coordinate representation of color #BFD077: hue angle of 71.46º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD077 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 119 -
CMYK 0.08 0 0.43 0.18
HSL 71.46º 0.49% 0.64% -
HSV(B) 71.46º 0.43% 0.82% -
XYZ 47.37 57.52 26.06 -
YUV 192.77 86.37 126.74 -
System Red Green Blue C M Y K H S L
Decimal 191 208 119 0.08 0 0.43 0.18 71.46 0.49 0.64
Hex BF D0 77 8 0 2B 12 47 31 40
Octal 277 320 167 10 0 53 22 107 61 100
Binary 10111111 11010000 1110111 1000 0 101011 10010 1000111 110001 1000000

Color Harmonies of #BFD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD077

Black with #BFD077

Text Example


Text Example

White with #BFD077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD077; }

 p { color: rgb(191,208,119); }

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

background-color css

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

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

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

border-color css

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

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

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