Html Css Color HEX #BADB72 Sulu

📋 copy color: '#BADB72'

red 186 ◦ green 219 ◦ blue 114

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

Shades of Sulu #BADB72

Tints of Sulu #BADB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 35.84%
G = 42.2%
B = 21.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BADB72 (or 0xBADB72) is known color: Sulu. HEX triplet: BA, DB and 72. RGB value is (186,219,114). Sum of RGB (Red+Green+Blue) = 186+219+114=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB72 is #45248D. Grayscale: #C5C5C5. Windows color (decimal): -4531342 or 7527354. OLE color: 7527354.

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

Color convert

RGB 186 219 114 -
CMYK 0.15 0 0.48 0.14
HSL 78.86º 0.59% 0.65% -
HSV(B) 78.86º 0.48% 0.86% -
XYZ 48.62 62.32 25.39 -
YUV 197.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 186 219 114 0.15 0 0.48 0.14 78.86 0.59 0.65
Hex BA DB 72 F 0 30 E 4F 3B 41
Octal 272 333 162 17 0 60 16 117 73 101
Binary 10111010 11011011 1110010 1111 0 110000 1110 1001111 111011 1000001

Color Harmonies of #BADB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB72

Black with #BADB72

Text Example


Text Example

White with #BADB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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