Html Css Color HEX #B8DC6F Sulu

📋 copy color: '#B8DC6F'

red 184 ◦ green 220 ◦ blue 111

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

Shades of Sulu #B8DC6F

Tints of Sulu #B8DC6F

RGB

 RED value IS 184 (72.27% from 255) = 35.73%

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 111 (43.75% from 255) = 21.55%

R = 35.73%
G = 42.72%
B = 21.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#B8DC6F (or 0xB8DC6F) is known color: Sulu. HEX triplet: B8, DC and 6F. RGB value is (184,220,111). Sum of RGB (Red+Green+Blue) = 184+220+111=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC6F is #472390. Grayscale: #C5C5C5. Windows color (decimal): -4662161 or 7331000. OLE color: 7331000.

HSL color Cylindrical-coordinate representation of color #B8DC6F: hue angle of 79.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8DC6F is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 111 -
CMYK 0.16 0 0.50 0.14
HSL 79.82º 0.61% 0.65% -
HSV(B) 79.82º 0.5% 0.86% -
XYZ 48.23 62.52 24.57 -
YUV 196.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 184 220 111 0.16 0 0.50 0.14 79.82 0.61 0.65
Hex B8 DC 6F 10 0 32 E 50 3D 41
Octal 270 334 157 20 0 62 16 120 75 101
Binary 10111000 11011100 1101111 10000 0 110010 1110 1010000 111101 1000001

Color Harmonies of #B8DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC6F

Black with #B8DC6F

Text Example


Text Example

White with #B8DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC6F; }

 p { color: rgb(184,220,111); }

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

background-color css

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

 a { background-color: rgb(184,220,111); }

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

border-color css

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

 span { border-color: rgb(184,220,111); }

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