Html Css Color HEX #BFE690 Sulu

📋 copy color: '#BFE690'

red 191 ◦ green 230 ◦ blue 144

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

Shades of Sulu #BFE690

Tints of Sulu #BFE690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.71%

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 33.81%
G = 40.71%
B = 25.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#BFE690 (or 0xBFE690) is known color: Sulu. HEX triplet: BF, E6 and 90. RGB value is (191,230,144). Sum of RGB (Red+Green+Blue) = 191+230+144=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE690 is #40196F. Grayscale: #D0D0D0. Windows color (decimal): -4200816 or 9496255. OLE color: 9496255.

HSL color Cylindrical-coordinate representation of color #BFE690: hue angle of 87.21º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFE690 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 144 -
CMYK 0.17 0 0.37 0.10
HSL 87.21º 0.63% 0.73% -
HSV(B) 87.21º 0.37% 0.9% -
XYZ 54.82 69.68 36.95 -
YUV 208.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 191 230 144 0.17 0 0.37 0.10 87.21 0.63 0.73
Hex BF E6 90 11 0 25 A 57 3F 49
Octal 277 346 220 21 0 45 12 127 77 111
Binary 10111111 11100110 10010000 10001 0 100101 1010 1010111 111111 1001001

Color Harmonies of #BFE690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE690

Black with #BFE690

Text Example


Text Example

White with #BFE690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE690; }

 p { color: rgb(191,230,144); }

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

background-color css

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

 a { background-color: rgb(191,230,144); }

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

border-color css

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

 span { border-color: rgb(191,230,144); }

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