Html Css Color HEX #B8DC7E Sulu

📋 copy color: '#B8DC7E'

red 184 ◦ green 220 ◦ blue 126

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

Shades of Sulu #B8DC7E

Tints of Sulu #B8DC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.77%

R = 34.72%
G = 41.51%
B = 23.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#B8DC7E (or 0xB8DC7E) is known color: Sulu. HEX triplet: B8, DC and 7E. RGB value is (184,220,126). Sum of RGB (Red+Green+Blue) = 184+220+126=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC7E is #472381. Grayscale: #C6C6C6. Windows color (decimal): -4662146 or 8314040. OLE color: 8314040.

HSL color Cylindrical-coordinate representation of color #B8DC7E: hue angle of 82.98º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8DC7E is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 126 -
CMYK 0.16 0 0.43 0.14
HSL 82.98º 0.57% 0.68% -
HSV(B) 82.98º 0.43% 0.86% -
XYZ 49.13 62.88 29.29 -
YUV 198.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 184 220 126 0.16 0 0.43 0.14 82.98 0.57 0.68
Hex B8 DC 7E 10 0 2B E 53 39 44
Octal 270 334 176 20 0 53 16 123 71 104
Binary 10111000 11011100 1111110 10000 0 101011 1110 1010011 111001 1000100

Color Harmonies of #B8DC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC7E

Black with #B8DC7E

Text Example


Text Example

White with #B8DC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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