Html Css Color HEX #BFD588 Sulu

📋 copy color: '#BFD588'

red 191 ◦ green 213 ◦ blue 136

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

Shades of Sulu #BFD588

Tints of Sulu #BFD588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

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

R = 35.37%
G = 39.44%
B = 25.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BFD588 (or 0xBFD588) is known color: Sulu. HEX triplet: BF, D5 and 88. RGB value is (191,213,136). Sum of RGB (Red+Green+Blue) = 191+213+136=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD588 is #402A77. Grayscale: #C5C5C5. Windows color (decimal): -4205176 or 8967615. OLE color: 8967615.

HSL color Cylindrical-coordinate representation of color #BFD588: hue angle of 77.14º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFD588 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 136 -
CMYK 0.10 0 0.36 0.16
HSL 77.14º 0.48% 0.68% -
HSV(B) 77.14º 0.36% 0.84% -
XYZ 49.72 60.44 32.34 -
YUV 197.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 191 213 136 0.10 0 0.36 0.16 77.14 0.48 0.68
Hex BF D5 88 A 0 24 10 4D 30 44
Octal 277 325 210 12 0 44 20 115 60 104
Binary 10111111 11010101 10001000 1010 0 100100 10000 1001101 110000 1000100

Color Harmonies of #BFD588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD588

Black with #BFD588

Text Example


Text Example

White with #BFD588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD588; }

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

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

background-color css

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

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

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

border-color css

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

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

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