Html Css Color HEX #BAD67C Sulu

📋 copy color: '#BAD67C'

red 186 ◦ green 214 ◦ blue 124

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

Shades of Sulu #BAD67C

Tints of Sulu #BAD67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

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

R = 35.5%
G = 40.84%
B = 23.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BAD67C (or 0xBAD67C) is known color: Sulu. HEX triplet: BA, D6 and 7C. RGB value is (186,214,124). Sum of RGB (Red+Green+Blue) = 186+214+124=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD67C is #452983. Grayscale: #C3C3C3. Windows color (decimal): -4532612 or 8181434. OLE color: 8181434.

HSL color Cylindrical-coordinate representation of color #BAD67C: hue angle of 78.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAD67C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 124 -
CMYK 0.13 0 0.42 0.16
HSL 78.67º 0.52% 0.66% -
HSV(B) 78.67º 0.42% 0.84% -
XYZ 47.93 59.99 28.12 -
YUV 195.37 87.72 121.32 -
System Red Green Blue C M Y K H S L
Decimal 186 214 124 0.13 0 0.42 0.16 78.67 0.52 0.66
Hex BA D6 7C D 0 2A 10 4F 34 42
Octal 272 326 174 15 0 52 20 117 64 102
Binary 10111010 11010110 1111100 1101 0 101010 10000 1001111 110100 1000010

Color Harmonies of #BAD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD67C

Black with #BAD67C

Text Example


Text Example

White with #BAD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD67C; }

 p { color: rgb(186,214,124); }

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

background-color css

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

 a { background-color: rgb(186,214,124); }

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

border-color css

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

 span { border-color: rgb(186,214,124); }

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