Html Css Color HEX #BFD488 Sulu

📋 copy color: '#BFD488'

red 191 ◦ green 212 ◦ blue 136

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

Shades of Sulu #BFD488

Tints of Sulu #BFD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

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

R = 35.44%
G = 39.33%
B = 25.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#BFD488 (or 0xBFD488) is known color: Sulu. HEX triplet: BF, D4 and 88. RGB value is (191,212,136). Sum of RGB (Red+Green+Blue) = 191+212+136=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD488 is #402B77. Grayscale: #C5C5C5. Windows color (decimal): -4205432 or 8967359. OLE color: 8967359.

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

Color convert

RGB 191 212 136 -
CMYK 0.10 0 0.36 0.17
HSL 76.58º 0.47% 0.68% -
HSV(B) 76.58º 0.36% 0.83% -
XYZ 49.47 59.94 32.25 -
YUV 197.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 191 212 136 0.10 0 0.36 0.17 76.58 0.47 0.68
Hex BF D4 88 A 0 24 11 4D 2F 44
Octal 277 324 210 12 0 44 21 115 57 104
Binary 10111111 11010100 10001000 1010 0 100100 10001 1001101 101111 1000100

Color Harmonies of #BFD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD488

Black with #BFD488

Text Example


Text Example

White with #BFD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD488; }

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

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

background-color css

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

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

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

border-color css

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

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

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