Html Css Color HEX #B8DA7C Sulu

📋 copy color: '#B8DA7C'

red 184 ◦ green 218 ◦ blue 124

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

Shades of Sulu #B8DA7C

Tints of Sulu #B8DA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.57%

R = 34.98%
G = 41.44%
B = 23.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#B8DA7C (or 0xB8DA7C) is known color: Sulu. HEX triplet: B8, DA and 7C. RGB value is (184,218,124). Sum of RGB (Red+Green+Blue) = 184+218+124=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA7C is #472583. Grayscale: #C5C5C5. Windows color (decimal): -4662660 or 8182456. OLE color: 8182456.

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

Color convert

RGB 184 218 124 -
CMYK 0.16 0 0.43 0.15
HSL 81.7º 0.56% 0.67% -
HSV(B) 81.7º 0.43% 0.85% -
XYZ 48.48 61.79 28.44 -
YUV 197.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 184 218 124 0.16 0 0.43 0.15 81.7 0.56 0.67
Hex B8 DA 7C 10 0 2B F 52 38 43
Octal 270 332 174 20 0 53 17 122 70 103
Binary 10111000 11011010 1111100 10000 0 101011 1111 1010010 111000 1000011

Color Harmonies of #B8DA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DA7C

Black with #B8DA7C

Text Example


Text Example

White with #B8DA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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