Html Css Color HEX #BADB7B Sulu

📋 copy color: '#BADB7B'

red 186 ◦ green 219 ◦ blue 123

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

Shades of Sulu #BADB7B

Tints of Sulu #BADB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.3%

R = 35.23%
G = 41.48%
B = 23.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#BADB7B (or 0xBADB7B) is known color: Sulu. HEX triplet: BA, DB and 7B. RGB value is (186,219,123). Sum of RGB (Red+Green+Blue) = 186+219+123=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB7B is #452484. Grayscale: #C6C6C6. Windows color (decimal): -4531333 or 8117178. OLE color: 8117178.

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

Color convert

RGB 186 219 123 -
CMYK 0.15 0 0.44 0.14
HSL 80.63º 0.57% 0.67% -
HSV(B) 80.63º 0.44% 0.86% -
XYZ 49.16 62.53 28.22 -
YUV 198.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 186 219 123 0.15 0 0.44 0.14 80.63 0.57 0.67
Hex BA DB 7B F 0 2C E 51 39 43
Octal 272 333 173 17 0 54 16 121 71 103
Binary 10111010 11011011 1111011 1111 0 101100 1110 1010001 111001 1000011

Color Harmonies of #BADB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB7B

Black with #BADB7B

Text Example


Text Example

White with #BADB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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