Html Css Color HEX #BFD275 Deco

📋 copy color: '#BFD275'

red 191 ◦ green 210 ◦ blue 117

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

Shades of Deco #BFD275

Tints of Deco #BFD275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.59%

R = 36.87%
G = 40.54%
B = 22.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BFD275 (or 0xBFD275) is known color: Deco. HEX triplet: BF, D2 and 75. RGB value is (191,210,117). Sum of RGB (Red+Green+Blue) = 191+210+117=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD275 is #402D8A. Grayscale: #C2C2C2. Windows color (decimal): -4205963 or 7721663. OLE color: 7721663.

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

Color convert

RGB 191 210 117 -
CMYK 0.09 0 0.44 0.18
HSL 72.26º 0.51% 0.64% -
HSV(B) 72.26º 0.44% 0.82% -
XYZ 47.74 58.45 25.6 -
YUV 193.72 84.71 126.06 -
System Red Green Blue C M Y K H S L
Decimal 191 210 117 0.09 0 0.44 0.18 72.26 0.51 0.64
Hex BF D2 75 9 0 2C 12 48 33 40
Octal 277 322 165 11 0 54 22 110 63 100
Binary 10111111 11010010 1110101 1001 0 101100 10010 1001000 110011 1000000

Color Harmonies of #BFD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD275

Black with #BFD275

Text Example


Text Example

White with #BFD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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