Html Css Color HEX #BFD981 Sulu

📋 copy color: '#BFD981'

red 191 ◦ green 217 ◦ blue 129

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

Shades of Sulu #BFD981

Tints of Sulu #BFD981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.02%

R = 35.57%
G = 40.41%
B = 24.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BFD981 (or 0xBFD981) is known color: Sulu. HEX triplet: BF, D9 and 81. RGB value is (191,217,129). Sum of RGB (Red+Green+Blue) = 191+217+129=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD981 is #40267E. Grayscale: #C7C7C7. Windows color (decimal): -4204159 or 8509887. OLE color: 8509887.

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

Color convert

RGB 191 217 129 -
CMYK 0.12 0 0.41 0.15
HSL 77.73º 0.54% 0.68% -
HSV(B) 77.73º 0.41% 0.85% -
XYZ 50.26 62.29 30.14 -
YUV 199.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 191 217 129 0.12 0 0.41 0.15 77.73 0.54 0.68
Hex BF D9 81 C 0 29 F 4E 36 44
Octal 277 331 201 14 0 51 17 116 66 104
Binary 10111111 11011001 10000001 1100 0 101001 1111 1001110 110110 1000100

Color Harmonies of #BFD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD981

Black with #BFD981

Text Example


Text Example

White with #BFD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD981; }

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

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

background-color css

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

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

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

border-color css

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

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

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