Html Css Color HEX #BFD277 Deco

📋 copy color: '#BFD277'

red 191 ◦ green 210 ◦ blue 119

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

Shades of Deco #BFD277

Tints of Deco #BFD277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

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

R = 36.73%
G = 40.38%
B = 22.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BFD277 (or 0xBFD277) is known color: Deco. HEX triplet: BF, D2 and 77. RGB value is (191,210,119). Sum of RGB (Red+Green+Blue) = 191+210+119=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD277 is #402D88. Grayscale: #C2C2C2. Windows color (decimal): -4205961 or 7852735. OLE color: 7852735.

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

Color convert

RGB 191 210 119 -
CMYK 0.09 0 0.43 0.18
HSL 72.53º 0.5% 0.65% -
HSV(B) 72.53º 0.43% 0.82% -
XYZ 47.86 58.5 26.22 -
YUV 193.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 191 210 119 0.09 0 0.43 0.18 72.53 0.5 0.65
Hex BF D2 77 9 0 2B 12 49 32 41
Octal 277 322 167 11 0 53 22 111 62 101
Binary 10111111 11010010 1110111 1001 0 101011 10010 1001001 110010 1000001

Color Harmonies of #BFD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD277

Black with #BFD277

Text Example


Text Example

White with #BFD277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD277; }

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

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

background-color css

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

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

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

border-color css

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

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

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