Html Css Color HEX #BFD983 Sulu

📋 copy color: '#BFD983'

red 191 ◦ green 217 ◦ blue 131

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

Shades of Sulu #BFD983

Tints of Sulu #BFD983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.26%

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

R = 35.44%
G = 40.26%
B = 24.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BFD983 (or 0xBFD983) is known color: Sulu. HEX triplet: BF, D9 and 83. RGB value is (191,217,131). Sum of RGB (Red+Green+Blue) = 191+217+131=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD983 is #40267C. Grayscale: #C7C7C7. Windows color (decimal): -4204157 or 8640959. OLE color: 8640959.

HSL color Cylindrical-coordinate representation of color #BFD983: hue angle of 78.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD983 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 131 -
CMYK 0.12 0 0.40 0.15
HSL 78.14º 0.53% 0.68% -
HSV(B) 78.14º 0.4% 0.85% -
XYZ 50.4 62.34 30.85 -
YUV 199.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 191 217 131 0.12 0 0.40 0.15 78.14 0.53 0.68
Hex BF D9 83 C 0 28 F 4E 35 44
Octal 277 331 203 14 0 50 17 116 65 104
Binary 10111111 11011001 10000011 1100 0 101000 1111 1001110 110101 1000100

Color Harmonies of #BFD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD983

Black with #BFD983

Text Example


Text Example

White with #BFD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD983; }

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

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

background-color css

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

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

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

border-color css

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

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

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