Html Css Color HEX #BADB6E Sulu

📋 copy color: '#BADB6E'

red 186 ◦ green 219 ◦ blue 110

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

Shades of Sulu #BADB6E

Tints of Sulu #BADB6E

RGB

 RED value IS 186 (73.05% from 255) = 36.12%

 GREEN value IS 219 (85.94% from 255) = 42.52%

 BLUE value IS 110 (43.36% from 255) = 21.36%

R = 36.12%
G = 42.52%
B = 21.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#BADB6E (or 0xBADB6E) is known color: Sulu. HEX triplet: BA, DB and 6E. RGB value is (186,219,110). Sum of RGB (Red+Green+Blue) = 186+219+110=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB6E is #452491. Grayscale: #C5C5C5. Windows color (decimal): -4531346 or 7265210. OLE color: 7265210.

HSL color Cylindrical-coordinate representation of color #BADB6E: hue angle of 78.17º degrees, saturation: 0.6, 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 #BADB6E is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 110 -
CMYK 0.15 0 0.50 0.14
HSL 78.17º 0.6% 0.65% -
HSV(B) 78.17º 0.5% 0.86% -
XYZ 48.4 62.23 24.21 -
YUV 196.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 186 219 110 0.15 0 0.50 0.14 78.17 0.6 0.65
Hex BA DB 6E F 0 32 E 4E 3C 41
Octal 272 333 156 17 0 62 16 116 74 101
Binary 10111010 11011011 1101110 1111 0 110010 1110 1001110 111100 1000001

Color Harmonies of #BADB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB6E

Black with #BADB6E

Text Example


Text Example

White with #BADB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB6E; }

 p { color: rgb(186,219,110); }

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

background-color css

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

 a { background-color: rgb(186,219,110); }

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

border-color css

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

 span { border-color: rgb(186,219,110); }

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