Html Css Color HEX #BFD688 Sulu

📋 copy color: '#BFD688'

red 191 ◦ green 214 ◦ blue 136

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

Shades of Sulu #BFD688

Tints of Sulu #BFD688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.56%

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

R = 35.3%
G = 39.56%
B = 25.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BFD688 (or 0xBFD688) is known color: Sulu. HEX triplet: BF, D6 and 88. RGB value is (191,214,136). Sum of RGB (Red+Green+Blue) = 191+214+136=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD688 is #402977. Grayscale: #C6C6C6. Windows color (decimal): -4204920 or 8967871. OLE color: 8967871.

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

Color convert

RGB 191 214 136 -
CMYK 0.11 0 0.36 0.16
HSL 77.69º 0.49% 0.69% -
HSV(B) 77.69º 0.36% 0.84% -
XYZ 49.98 60.95 32.42 -
YUV 198.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 191 214 136 0.11 0 0.36 0.16 77.69 0.49 0.69
Hex BF D6 88 B 0 24 10 4E 31 45
Octal 277 326 210 13 0 44 20 116 61 105
Binary 10111111 11010110 10001000 1011 0 100100 10000 1001110 110001 1000101

Color Harmonies of #BFD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD688

Black with #BFD688

Text Example


Text Example

White with #BFD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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