Html Css Color HEX #BFD988 Sulu

📋 copy color: '#BFD988'

red 191 ◦ green 217 ◦ blue 136

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

Shades of Sulu #BFD988

Tints of Sulu #BFD988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25%

R = 35.11%
G = 39.89%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#BFD988 (or 0xBFD988) is known color: Sulu. HEX triplet: BF, D9 and 88. RGB value is (191,217,136). Sum of RGB (Red+Green+Blue) = 191+217+136=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD988 is #402677. Grayscale: #C8C8C8. Windows color (decimal): -4204152 or 8968639. OLE color: 8968639.

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

Color convert

RGB 191 217 136 -
CMYK 0.12 0 0.37 0.15
HSL 79.26º 0.52% 0.69% -
HSV(B) 79.26º 0.37% 0.85% -
XYZ 50.74 62.48 32.68 -
YUV 199.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 191 217 136 0.12 0 0.37 0.15 79.26 0.52 0.69
Hex BF D9 88 C 0 25 F 4F 34 45
Octal 277 331 210 14 0 45 17 117 64 105
Binary 10111111 11011001 10001000 1100 0 100101 1111 1001111 110100 1000101

Color Harmonies of #BFD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD988

Black with #BFD988

Text Example


Text Example

White with #BFD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD988; }

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

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

background-color css

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

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

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

border-color css

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

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

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