Html Css Color HEX #BADB7E Sulu

📋 copy color: '#BADB7E'

red 186 ◦ green 219 ◦ blue 126

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

Shades of Sulu #BADB7E

Tints of Sulu #BADB7E

RGB

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

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

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

R = 35.03%
G = 41.24%
B = 23.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BADB7E (or 0xBADB7E) is known color: Sulu. HEX triplet: BA, DB and 7E. RGB value is (186,219,126). Sum of RGB (Red+Green+Blue) = 186+219+126=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB7E is #452481. Grayscale: #C6C6C6. Windows color (decimal): -4531330 or 8313786. OLE color: 8313786.

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

Color convert

RGB 186 219 126 -
CMYK 0.15 0 0.42 0.14
HSL 81.29º 0.56% 0.68% -
HSV(B) 81.29º 0.42% 0.86% -
XYZ 49.35 62.61 29.22 -
YUV 198.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 186 219 126 0.15 0 0.42 0.14 81.29 0.56 0.68
Hex BA DB 7E F 0 2A E 51 38 44
Octal 272 333 176 17 0 52 16 121 70 104
Binary 10111010 11011011 1111110 1111 0 101010 1110 1010001 111000 1000100

Color Harmonies of #BADB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB7E

Black with #BADB7E

Text Example


Text Example

White with #BADB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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