Html Css Color HEX #BFD483 Deco

📋 copy color: '#BFD483'

red 191 ◦ green 212 ◦ blue 131

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

Shades of Deco #BFD483

Tints of Deco #BFD483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

 BLUE value IS 131 (51.56% from 255) = 24.53%

R = 35.77%
G = 39.7%
B = 24.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#BFD483 (or 0xBFD483) is known color: Deco. HEX triplet: BF, D4 and 83. RGB value is (191,212,131). Sum of RGB (Red+Green+Blue) = 191+212+131=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD483 is #402B7C. Grayscale: #C4C4C4. Windows color (decimal): -4205437 or 8639679. OLE color: 8639679.

HSL color Cylindrical-coordinate representation of color #BFD483: hue angle of 75.56º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFD483 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 131 -
CMYK 0.10 0 0.38 0.17
HSL 75.56º 0.49% 0.67% -
HSV(B) 75.56º 0.38% 0.83% -
XYZ 49.13 59.8 30.43 -
YUV 196.49 91.04 124.09 -
System Red Green Blue C M Y K H S L
Decimal 191 212 131 0.10 0 0.38 0.17 75.56 0.49 0.67
Hex BF D4 83 A 0 26 11 4C 31 43
Octal 277 324 203 12 0 46 21 114 61 103
Binary 10111111 11010100 10000011 1010 0 100110 10001 1001100 110001 1000011

Color Harmonies of #BFD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD483

Black with #BFD483

Text Example


Text Example

White with #BFD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD483; }

 p { color: rgb(191,212,131); }

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

background-color css

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

 a { background-color: rgb(191,212,131); }

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

border-color css

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

 span { border-color: rgb(191,212,131); }

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