Html Css Color HEX #B8DA6F Sulu

📋 copy color: '#B8DA6F'

red 184 ◦ green 218 ◦ blue 111

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

Shades of Sulu #B8DA6F

Tints of Sulu #B8DA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

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

R = 35.87%
G = 42.5%
B = 21.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B8DA6F (or 0xB8DA6F) is known color: Sulu. HEX triplet: B8, DA and 6F. RGB value is (184,218,111). Sum of RGB (Red+Green+Blue) = 184+218+111=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA6F is #472590. Grayscale: #C4C4C4. Windows color (decimal): -4662673 or 7330488. OLE color: 7330488.

HSL color Cylindrical-coordinate representation of color #B8DA6F: hue angle of 79.07º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8DA6F is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 218 111 -
CMYK 0.16 0 0.49 0.15
HSL 79.07º 0.59% 0.65% -
HSV(B) 79.07º 0.49% 0.85% -
XYZ 47.71 61.48 24.39 -
YUV 195.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 184 218 111 0.16 0 0.49 0.15 79.07 0.59 0.65
Hex B8 DA 6F 10 0 31 F 4F 3B 41
Octal 270 332 157 20 0 61 17 117 73 101
Binary 10111000 11011010 1101111 10000 0 110001 1111 1001111 111011 1000001

Color Harmonies of #B8DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DA6F

Black with #B8DA6F

Text Example


Text Example

White with #B8DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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